修改 编辑出入库单据流转设置中 无法切换 审核状态问题

dev
wangwei 2 years ago
parent 0f73bcb8d5
commit 7f6f78f776

@ -89,7 +89,9 @@ public class BasicBusTypePreServiceImpl extends ServiceImpl<BasicBusTypePreDao,
.eq(null !=basicBusTypePreEntity.getInvCode(),"invCode", basicBusTypePreEntity.getInvCode())
.eq(null != basicBusTypePreEntity.getBeforeTime(), "beforeTime", basicBusTypePreEntity.getBeforeTime())
.eq(null != basicBusTypePreEntity.getDefaultInvCode(), "defaultInvCode", basicBusTypePreEntity.getDefaultInvCode())
.eq(null != basicBusTypePreEntity.getSupplementAll(), "supplementAll", basicBusTypePreEntity.getSupplementAll());
.eq(null != basicBusTypePreEntity.getSupplementAll(), "supplementAll", basicBusTypePreEntity.getSupplementAll())
.eq(null != basicBusTypePreEntity.getAuditStatus(),"auditStatus",basicBusTypePreEntity.getAuditStatus())
.eq(null != basicBusTypePreEntity.getBusAuditStatus(),"busAuditStatus",basicBusTypePreEntity.getBusAuditStatus());
List<BasicBusTypePreEntity> list = basicBusTypePreDao.selectList(wrapper);
if (CollUtil.isNotEmpty(list)) {

Loading…
Cancel
Save