|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
package com.glxp.api.controller.basic;
|
|
|
|
|
|
|
|
|
|
import cn.hutool.core.bean.BeanUtil;
|
|
|
|
|
import cn.hutool.core.thread.ThreadUtil;
|
|
|
|
|
import com.glxp.api.dao.basic.UdiRelevanceDao;
|
|
|
|
|
import com.glxp.api.dto.DictDto;
|
|
|
|
|
import com.glxp.api.http.ErpBasicClient;
|
|
|
|
@ -352,6 +353,10 @@ public class UdiRelevanceController extends BaseController {
|
|
|
|
|
udiRelevanceEntity.setUpdateUser(customerService.getUserId() + "");
|
|
|
|
|
udiRelevanceEntity.setUseMuti(udiRelevanceEntity.getUseMuti());
|
|
|
|
|
udiRelevanceService.updateUdiRelevance(udiRelevanceEntity);
|
|
|
|
|
ThreadUtil.execAsync(() -> {
|
|
|
|
|
udiRelevanceEntity.setUpdateTime(null);
|
|
|
|
|
spGetHttpClient.postBasicRl(udiRelevanceEntity);
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
//关联更新
|
|
|
|
|
UdiProductEntity udiProductEntity = new UdiProductEntity();
|
|
|
|
|