Selaa lähdekoodia

普通报销部门台账相关修改

chenjun 1 vuosi sitten
vanhempi
commit
8ce8d5e810

+ 0 - 2
zjugis-business/src/main/java/com/zjugis/business/flow/commoncost/dao/CommonCostDao.java

@@ -70,7 +70,6 @@ public interface CommonCostDao extends BaseMapperX<CommonCostDO> {
                 .eqIfPresent(CommonCostDO::getFlowStatus, reqVO.getStatus())
                 .inIfPresent(CommonCostDO::getId, ids)
                 .in(CommonCostDO::getFlowStatus, FLOW_FINISHED, FLOW_PAYMENT)
-                .eq(CommonCostDO::getDeptId, reqVO.getDeptId())
                 .orderByDesc(CommonCostDO::getApplyTime));
     }
 
@@ -84,7 +83,6 @@ public interface CommonCostDao extends BaseMapperX<CommonCostDO> {
                 .eqIfPresent(CommonCostDO::getFlowStatus, reqVO.getStatus())
                 .inIfPresent(CommonCostDO::getId, ids)
                 .in(CommonCostDO::getFlowStatus, FLOW_FINISHED, FLOW_PAYMENT)
-                .eq(CommonCostDO::getDeptId, reqVO.getDeptId())
                 .orderByDesc(CommonCostDO::getApplyTime));
     }