|
@@ -953,7 +953,8 @@ public class WarehousingOrderServiceImpl extends ServiceImpl<WarehousingOrderMap
|
|
|
taskInfo.setMessageContent(taskContent);
|
|
|
taskInfo.setBusinessCode("WAREHOUSING-ORDER-APPROVE");
|
|
|
CommonRole commonRole=commonRoleService.selectOne(new EntityWrapper<CommonRole>()
|
|
|
- .eq("role_name","单证中心主任"));
|
|
|
+ .eq("comp_id",commitUserInfo.getCompId())
|
|
|
+ .eq("role_name","总经理助理"));
|
|
|
if (commonRole!=null) {
|
|
|
//查询单证中心成员
|
|
|
List<CommonStaff> commonStaffList = staffService.selectList(new EntityWrapper<CommonStaff>()
|
|
@@ -1024,7 +1025,8 @@ public class WarehousingOrderServiceImpl extends ServiceImpl<WarehousingOrderMap
|
|
|
taskInfo.setMessageContent(taskContent);
|
|
|
taskInfo.setBusinessCode("WAREHOUSING-ORDER-APPROVE");
|
|
|
CommonRole commonRole=commonRoleService.selectOne(new EntityWrapper<CommonRole>()
|
|
|
- .eq("role_name","单证中心主任"));
|
|
|
+ .eq("comp_id",commitUserInfo.getCompId())
|
|
|
+ .eq("role_name","总经理助理"));
|
|
|
if (commonRole!=null) {
|
|
|
//查询单证中心成员
|
|
|
List<CommonStaff> commonStaffList = staffService.selectList(new EntityWrapper<CommonStaff>()
|