优化表结构

This commit is contained in:
季圣华
2020-07-21 23:09:20 +08:00
parent 70f0dae473
commit a4774016c8
53 changed files with 5771 additions and 7185 deletions

View File

@@ -240,8 +240,8 @@ public class DepotService {
public int batchDeleteDepotByIdsNormal(String ids) throws Exception {
/**
* 校验
* 1、单据主表 jsh_depothead
* 2、单据子表 jsh_depotitem
* 1、单据主表 jsh_depot_head
* 2、单据子表 jsh_depot_item
* 是否有相关数据
* */
int deleteTotal=0;
@@ -251,7 +251,7 @@ public class DepotService {
String [] idArray=ids.split(",");
/**
* 校验单据子表 jsh_depotitem
* 校验单据子表 jsh_depot_item
* */
List<DepotItem> depotItemList=null;
try{