Commit 7cf4de63 by huangZW

111

parent 7f0f06a5
......@@ -100,9 +100,7 @@ public class ClerkController extends WebBaseController{
//选择成员列表
@RequestMapping("/staff-list")
public HaobanResponse staffList(String storeId,String departmentId) {
boolean b = StringUtils.isAnyBlank(departmentId);
logger.info("b===========================>{}",b);
if(StringUtils.isAnyBlank(departmentId)){
if(StringUtils.isAnyBlank(storeId,departmentId)){
return resultResponse(HaoBanErrCode.ERR_2);
}
List<StaffDepartmentRelatedDTO> list = staffDepartmentRelatedApiService.listByDepartmentId(departmentId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment