huangfuli 3 年之前
父節點
當前提交
fe9b18d4a1

+ 2 - 2
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/controller/PaymentManagementController.java

@@ -189,7 +189,7 @@ public class PaymentManagementController {
                     //第一张发票
                     tmp.setPureWeight(weight/2);
                     tmp.setAmountIngPayable(payable/2);
-                    tmp.setOddNumbers(number.substring(4) + "1");
+                    tmp.setOddNumbers(number.substring(4) + "1");
                     tmp.setRemarkss("车号:" + tmp.getCarNo() + "毛:" + tmp.getGrossWeight() + " 皮:" + tmp.getTare() + " 净:" + tmp.getNetWeight() + " 纯:" + weight + " 应付:" + payable + " 单号:" + m.replaceAll("").trim() + " ,★☆性质:贸易粮 形态:玉米堆(1)"
                     );
                     list1.add(tmp);
@@ -198,7 +198,7 @@ public class PaymentManagementController {
                     BeanUtils.copyProperties(tmp,tmp1);
                     tmp1.setPureWeight(weight - tmp.getPureWeight());
                     tmp1.setAmountIngPayable(payable - tmp.getAmountIngPayable());
-                    tmp1.setOddNumbers(number.substring(4) + "2");
+                    tmp1.setOddNumbers(number.substring(4) + "2");
                     tmp1.setRemarkss("车号:" + tmp1.getCarNo() + "毛:" + tmp1.getGrossWeight() + " 皮:" + tmp1.getTare() + " 净:" + tmp1.getNetWeight() + " 纯:" + weight + " 应付:" + payable + " 单号:" + m.replaceAll("").trim() + " ,★☆性质:贸易粮 形态:玉米堆(2)"
                     );
                     list1.add(tmp1);