|
|
@@ -184,7 +184,6 @@ public class AsyncUtils {
|
|
|
noticeType=sotpType==0?NoticeStatus.PROJECT_SOPT_START.getCode() :NoticeStatus.PROJECT_RENEW_START.getCode();
|
|
|
String[] split = ids.split(",");
|
|
|
task = tOrderTaskMapper.selectByPrimaryKey(Integer.valueOf(split[0]));
|
|
|
-
|
|
|
String str=String.format("订单编号[%s]项目编号[%s],请及时审核",task.getOrderNo(),ids);
|
|
|
TOrderNew tOrderNew = tOrderNewMapper.selectByPrimaryKey(task.getOrderNo());
|
|
|
List<Admin> admins = adminMapper.listAdminBydepIdAndRoleType(tOrderNew.getOrderDep(),AFTConstants.SALESMAN_ADMIN);
|
|
|
@@ -192,7 +191,7 @@ public class AsyncUtils {
|
|
|
addNotic( noticeType,admin.getId(), str);
|
|
|
}
|
|
|
}else if(type==1){
|
|
|
- String str=String.format("订单编号[%s]项目编号[%s],已%s请悉知。",task.getOrderNo(),task.getId(),type==1?"恢复":"暂停");
|
|
|
+ String str=String.format("订单编号[%s]项目编号[%s],已%s请悉知。",task.getOrderNo(),task.getId(),sotpType==1?"恢复":"暂停");
|
|
|
noticeType=sotpType==0?NoticeStatus.PROJECT_SOPT_YES.getCode() :NoticeStatus.PROJECT_RENEW_YES.getCode();
|
|
|
List<String> list = new ArrayList<>();
|
|
|
if (task.getConsultantId()!=null)list.add(task.getConsultantId());
|