|
@@ -130,6 +130,10 @@ public class PurchaseWarehousingServiceImpl extends ServiceImpl<PurchaseWarehous
|
|
|
Integer rowId=1;
|
|
|
String message="";
|
|
|
for(Map<String,Object> itemMap:itemList){
|
|
|
+ //获取P号
|
|
|
+ if(itemMap.get("cBatch")==null||String.valueOf(itemMap.get("cBatch")).equals("")){
|
|
|
+ message=message+"第"+rowId+"缺少批号;";
|
|
|
+ }
|
|
|
//获取子表最大id
|
|
|
itemMap.put("AutoID",oConvertUtils.addOne(getMaxId("AutoID","rdrecords01")));
|
|
|
//主表id
|