Просмотр исходного кода

新增更新出入库单添加sa_supplierid

hxh 4 месяцев назад
Родитель
Сommit
f6ebdca9e8
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/custom/restcontroller/webmanage/sale/stockbill/stockbill.java

+ 1 - 0
src/custom/restcontroller/webmanage/sale/stockbill/stockbill.java

@@ -207,6 +207,7 @@ public class stockbill extends Controller {
                     updateSQL.setValue("outplace", outplace);
                     updateSQL.setValue("outplace", outplace);
                     updateSQL.setValue("delivery", delivery);
                     updateSQL.setValue("delivery", delivery);
                     updateSQL.setValue("logisticsmethod", logisticsmethod);
                     updateSQL.setValue("logisticsmethod", logisticsmethod);
+                    updateSQL.setValue("sa_supplierid", content.getLongValue("sa_supplierid"));
                     updateSQL.setValue("invoice_enterprisename", content.getStringValue("invoice_enterprisename"));
                     updateSQL.setValue("invoice_enterprisename", content.getStringValue("invoice_enterprisename"));
                     updateSQL.setValue("invoice_address", content.getStringValue("invoice_address"));
                     updateSQL.setValue("invoice_address", content.getStringValue("invoice_address"));
                     updateSQL.setValue("invoice_taxno", content.getStringValue("invoice_taxno"));
                     updateSQL.setValue("invoice_taxno", content.getStringValue("invoice_taxno"));