|
|
@ -85,8 +85,8 @@ public class BasicBusTypePreServiceImpl extends ServiceImpl<BasicBusTypePreDao,
|
|
|
|
public boolean verifyExists(BasicBusTypePreEntity basicBusTypePreEntity) {
|
|
|
|
public boolean verifyExists(BasicBusTypePreEntity basicBusTypePreEntity) {
|
|
|
|
QueryWrapper<BasicBusTypePreEntity> wrapper = new QueryWrapper<>();
|
|
|
|
QueryWrapper<BasicBusTypePreEntity> wrapper = new QueryWrapper<>();
|
|
|
|
wrapper.eq("action", basicBusTypePreEntity.getAction())
|
|
|
|
wrapper.eq("action", basicBusTypePreEntity.getAction())
|
|
|
|
.eq("originAction", basicBusTypePreEntity.getOriginAction())
|
|
|
|
// .eq("originAction", basicBusTypePreEntity.getOriginAction())
|
|
|
|
.eq("invCode", basicBusTypePreEntity.getInvCode())
|
|
|
|
.eq(null !=basicBusTypePreEntity.getInvCode(),"invCode", basicBusTypePreEntity.getInvCode())
|
|
|
|
.eq(null != basicBusTypePreEntity.getBeforeTime(), "beforeTime", basicBusTypePreEntity.getBeforeTime())
|
|
|
|
.eq(null != basicBusTypePreEntity.getBeforeTime(), "beforeTime", basicBusTypePreEntity.getBeforeTime())
|
|
|
|
.eq(null != basicBusTypePreEntity.getDefaultInvCode(), "defaultInvCode", basicBusTypePreEntity.getDefaultInvCode())
|
|
|
|
.eq(null != basicBusTypePreEntity.getDefaultInvCode(), "defaultInvCode", basicBusTypePreEntity.getDefaultInvCode())
|
|
|
|
.eq(null != basicBusTypePreEntity.getSupplementAll(), "supplementAll", basicBusTypePreEntity.getSupplementAll());
|
|
|
|
.eq(null != basicBusTypePreEntity.getSupplementAll(), "supplementAll", basicBusTypePreEntity.getSupplementAll());
|
|
|
|