|
|
@@ -189,6 +189,7 @@ public class AsyncUtils {
|
|
|
List<Admin> admins = adminMapper.listAdminBydepIdAndRoleType(tOrderNew.getOrderDep(),AFTConstants.SALESMAN_ADMIN);
|
|
|
for (Admin admin : admins) {
|
|
|
addNotic( noticeType,admin.getId(), str);
|
|
|
+ send(new EmailBo(NoticeStatus.getValueByCode(noticeType),admin.getId(),str));
|
|
|
}
|
|
|
}else if(type==1){
|
|
|
String str=String.format("订单编号[%s]项目编号[%s],已%s请悉知。",task.getOrderNo(),task.getId(),sotpType==1?"恢复":"暂停");
|