Przeglądaj źródła

3. 报销小程序无默认收款新增并设置修改
4. 报销小程序日志驳回后无需后续修改

anderx 2 lat temu
rodzic
commit
4847e818c4

+ 3 - 0
src/main/java/com/goafanti/common/utils/AsyncUtils.java

@@ -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);

+ 2 - 2
src/main/resources/props/config_local.properties

@@ -52,11 +52,11 @@ yxjl_max=100
 amb.maxLvl=6
 
 avatar.host=//static.jishutao.com
-#static.host=//static.jishutao.com/1.2.98
+static.host=//static.jishutao.com/1.2.99
 rd.static.host=//static.jishutao.com/RD/1.0.03
 #avatar.host=//172.16.0.255:3000
 #static.host=//172.16.0.255:3000/1.2.62
-static.host=//172.16.1.187/1.2.98
+#static.host=//172.16.1.187/1.2.98
 
 #\u5FAE\u4FE1\u6253\u5361\u5C0F\u7A0B\u5E8F
 wx.appId=wxff2f5720ed7d7f63