rev:增加捆扎相关校验
This commit is contained in:
@@ -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())) {
|
||||
|
||||
Reference in New Issue
Block a user