Browse Source

手动结束入库文字修改

yzc 2 years ago
parent
commit
296667ba45

+ 1 - 1
hx-victoriatourist/src/main/java/com/fjhx/victoriatourist/service/WmsServiceImpl.java

@@ -44,7 +44,7 @@ public class WmsServiceImpl implements WmsService {
         abnormalInfo.setType(50);//结束入库
         abnormalInfo.setLinkId(linkId);
         abnormalInfo.setLinkCode(linkCode);
-        abnormalInfo.setTitle("待入库被手动结束");
+        abnormalInfo.setTitle("入库数量差异");
         abnormalInfoService.save(abnormalInfo);
     }