摘要: @RequiredArgsConstructor(onConstructor_ = @Autowired) public class V3CauseCustomDaoImpl implements V3CauseCustomDao { private final BiDao biDao;privat 阅读全文
posted @ 2021-10-26 15:46 TIFOSI_Z 阅读(50) 评论(0) 推荐(0)
摘要: //判断处罚类型和金额 predicates.add( builder.or( builder.and( builder.equal(root.get("targetType"), TargetType.TARGET_TYPE_1.getType()), builder.greaterThanOrE 阅读全文
posted @ 2021-10-26 14:43 TIFOSI_Z 阅读(247) 评论(0) 推荐(0)