[FIX]:案件以及相关信息修改
This commit is contained in:
parent
71f931b6d7
commit
06fe5a4952
|
@ -64,7 +64,6 @@ public class SysUserController extends BaseController
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 根据角色名称获取用户信息【主要用来在案件查询时,查询代理律师作为查询条件】
|
* 根据角色名称获取用户信息【主要用来在案件查询时,查询代理律师作为查询条件】
|
||||||
* @param params 查询条件
|
|
||||||
* @return 结果集
|
* @return 结果集
|
||||||
*/
|
*/
|
||||||
@GetMapping("/getUserByRole")
|
@GetMapping("/getUserByRole")
|
||||||
|
|
|
@ -67,7 +67,6 @@ public interface IImpulseInformationService extends IService<ImpulseInformation>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 模糊查询【用于搜索条件查询】
|
* 模糊查询【用于搜索条件查询】
|
||||||
* @param params 查询条件
|
|
||||||
* @return 结果集
|
* @return 结果集
|
||||||
*/
|
*/
|
||||||
List<ImpulseInformation> selectLikeByParam(String caseName, Integer isClient);
|
List<ImpulseInformation> selectLikeByParam(String caseName, Integer isClient);
|
||||||
|
|
Loading…
Reference in New Issue