Commit e4967b05 zshaohui

fetchReel日志打印修改

1 个父辈 5dea1db8
......@@ -574,7 +574,7 @@ public class LizhenApi extends DefaultSmfApiListener {
int status = dataObj.getIntValue("status");
if (status != 2){
throw new ValidateException("", barcode + "状态为:" + status + ",不是2发出状态");
throw new ValidateException("", barcode.getBarcode() + "状态为:" + status + ",不是2发出状态");
}
if (StringUtils.isNotBlank(warehouseCode)){
barcode.setWarehouseCode(warehouseCode);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!