rev:增加捆扎相关校验

This commit is contained in:
2024-07-02 14:03:20 +08:00
parent c8c1335329
commit 2de875acd0

View File

@@ -114,6 +114,7 @@ public class TwoLashTask extends AbstractAcsTask {
if (ObjectUtil.isEmpty(boxTypeDao.getLash_num_tow())) {
throw new BadRequestException("第二次捆扎数不能为空!");
}
interaction_json.put("bindingTimes", boxTypeDao.getLash_num_tow());
// 是否二次捆扎
if (ObjectUtil.isEmpty(boxTypeDao.getNeed_lash_two())) {