代码更新
This commit is contained in:
@@ -262,7 +262,7 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
|
||||
rows.add(jsonObject);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
map.remove("tableData");
|
||||
String currentUserId = SecurityUtils.getCurrentUserId();
|
||||
@@ -2541,6 +2541,8 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
|
||||
.process()
|
||||
.getResultJSONArray(0);
|
||||
|
||||
if (ObjectUtil.isEmpty(allRowArr)) throw new BadRequestException("当前没有可设置的分配明细");
|
||||
|
||||
for (int i = 0; i < allRowArr.size(); i++) {
|
||||
// 调用当前排处理方法
|
||||
JSONObject jsonRow = allRowArr.getJSONObject(i);
|
||||
|
||||
Reference in New Issue
Block a user