Browse Source

创建数据ID错误修复

shenjingwei 3 tuần trước cách đây
mục cha
commit
f7c9bf3a6e
2 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 1
      pom.xml
  2. 0 1
      src/custom/restcontroller/sale/cashbill/cashbill.java

+ 1 - 1
pom.xml

@@ -108,7 +108,7 @@
         <dependency>
             <groupId>com.yunlian.yos</groupId>
             <artifactId>yos-core</artifactId>
-            <version>3.4.23</version>
+            <version>3.4.24</version>
         </dependency>
         <dependency>
             <groupId>com.microsoft.sqlserver</groupId>

+ 0 - 1
src/custom/restcontroller/sale/cashbill/cashbill.java

@@ -215,7 +215,6 @@ public class cashbill extends Controller {
 //					datarow.getCell(8).setCellStyle(cellStyle);
 //
 //				}
-
             }
             long[] sa_cashbillid = createTableID("sa_cashbill", rowssuc.size());
             if (!rowssuc.isEmpty()) {