|
@@ -2043,7 +2043,7 @@ public class StorageBillController extends JeecgController<StorageBill, IStorage
|
|
|
}
|
|
|
|
|
|
// 定义需要筛选的belongTable列表
|
|
|
- List<String> targetTables = Arrays.asList("roll_club_two", "roll_club_three", "roll_out_shipp");
|
|
|
+ List<String> targetTables = Arrays.asList("roll_club_two", "roll_club_three", "roll_out_shipp", "billet_auto_tmp");
|
|
|
|
|
|
// 热装过滤并计算
|
|
|
List<BilletBasicInfo> filterHotChargeList = billetBasicInfoList.stream()
|