|
@@ -5303,7 +5303,7 @@ public class TWarehouseBillsServiceImpl implements ITWarehouseBillsService {
|
|
|
|
|
|
}
|
|
}
|
|
if (CollectionUtils.isNotEmpty(list) || CollectionUtils.isNotEmpty(boxMessage)){
|
|
if (CollectionUtils.isNotEmpty(list) || CollectionUtils.isNotEmpty(boxMessage)){
|
|
- String message = null;
|
|
|
|
|
|
+ String message = "";
|
|
if (CollectionUtils.isNotEmpty(boxMessage) && CollectionUtils.isNotEmpty(list)){
|
|
if (CollectionUtils.isNotEmpty(boxMessage) && CollectionUtils.isNotEmpty(list)){
|
|
StringBuffer stringBuffer = new StringBuffer("订单缺少箱信息或者箱量不足,订单号为:");
|
|
StringBuffer stringBuffer = new StringBuffer("订单缺少箱信息或者箱量不足,订单号为:");
|
|
stringBuffer.append(org.apache.commons.lang.StringUtils.join(boxMessage.toArray(), ","));
|
|
stringBuffer.append(org.apache.commons.lang.StringUtils.join(boxMessage.toArray(), ","));
|
|
@@ -6021,7 +6021,7 @@ public class TWarehouseBillsServiceImpl implements ITWarehouseBillsService {
|
|
cntrno.setUpdateTime(date);
|
|
cntrno.setUpdateTime(date);
|
|
cntrno.setUpdateBy(loginUser.getUser().getUserName());
|
|
cntrno.setUpdateBy(loginUser.getUser().getUserName());
|
|
cntrno.setfUpdatetime(date);
|
|
cntrno.setfUpdatetime(date);
|
|
- cntrno.setRemark(remark);
|
|
|
|
|
|
+ cntrno.setRemark(null);
|
|
cntrno.setfUpdateaddress(bills.getfDestportid().toString());
|
|
cntrno.setfUpdateaddress(bills.getfDestportid().toString());
|
|
cntrno.setfOpctnstatus(fOpCTnsTaTus);
|
|
cntrno.setfOpctnstatus(fOpCTnsTaTus);
|
|
cntrno.setfCntrstatus(warehousebillsCntr.getfCntrstatus());
|
|
cntrno.setfCntrstatus(warehousebillsCntr.getfCntrstatus());
|