|
@@ -626,7 +626,7 @@ public class SyShippingOrderServiceImpl extends ServiceImpl<SyShippingOrderMappe
|
|
|
maps.put("iMoney", rmb.get("amount"));
|
|
|
maps.put("cExpCode", rmb.get("itemColumn"));//项目编码
|
|
|
maps.put("ID", id);
|
|
|
- maps.put("irowno", "1");//行号
|
|
|
+ maps.put("irowno", ii);//行号
|
|
|
listmaps.add(maps);
|
|
|
}
|
|
|
}
|
|
@@ -679,7 +679,7 @@ public class SyShippingOrderServiceImpl extends ServiceImpl<SyShippingOrderMappe
|
|
|
maps.put("cExpCode",usd.get("itemColumn"));//项目编码
|
|
|
|
|
|
maps.put("ID", id);
|
|
|
- maps.put("irowno", "1");//行号
|
|
|
+ maps.put("irowno", ii);//行号
|
|
|
listmaps.add(maps);
|
|
|
}
|
|
|
}
|