|
|
@@ -8,6 +8,7 @@ import com.goafanti.common.constant.AFTConstants;
|
|
|
import com.goafanti.common.dao.*;
|
|
|
import com.goafanti.common.enums.NoticeStatus;
|
|
|
import com.goafanti.common.enums.NoticeTypes;
|
|
|
+import com.goafanti.common.error.BusinessException;
|
|
|
import com.goafanti.common.model.*;
|
|
|
import com.goafanti.core.shiro.token.TokenManager;
|
|
|
import com.goafanti.order.bo.NewOrderChangeBo;
|
|
|
@@ -392,6 +393,8 @@ public class AsyncUtils {
|
|
|
List<Integer> list2 = newOrderChangeMapper.selectProcess(3, transferId);
|
|
|
pushChangeProcessZXSJL(list);
|
|
|
pushChangeProcessZXS(list2);
|
|
|
+ }else {
|
|
|
+ throw new BusinessException("无法将项目转给非咨询角色");
|
|
|
}
|
|
|
taskAttributionLogMapper.insertList(aid, transferId, date);
|
|
|
tTaskLogMapper.updateDimissionTransfer(aid, transferId);
|