CBR负报工接口添加日志

tags/yfai-mes-ext-v2.3
jun 6 months ago
parent 57b20494ea
commit 96dec1f462

@ -33,6 +33,7 @@ import cn.estsh.impp.framework.boot.auth.AuthUtil;
import cn.estsh.impp.framework.boot.exception.ImppBusiException;
import cn.estsh.impp.framework.boot.util.SpringContextsUtil;
import cn.estsh.impp.framework.boot.util.ValidatorBean;
import com.alibaba.fastjson.JSONObject;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.collections.map.CaseInsensitiveMap;
@ -1130,6 +1131,7 @@ public class MesWorkOrderService extends BaseMesService<MesWorkOrder> implements
@Override
public void doReportWorkReversal(WmsProductModel model) {
log.info("WMS发运调用MES接口CRB负报工请求数据:{}", JSONObject.toJSONString(model));
//查询物料信息
MesPart mesPart = iMesPartService.getPartByPartNo(model.getPartNo(), model.getOrganizeCode());
//保存数据

Loading…
Cancel
Save