Commit d2119fea by huluobin

# 更新

parent d035db72
...@@ -298,6 +298,9 @@ public class CostApiServiceImpl implements CostApiService { ...@@ -298,6 +298,9 @@ public class CostApiServiceImpl implements CostApiService {
manageCostDto.setReceiveCardUser(costDomain.getBankCardUser()); manageCostDto.setReceiveCardUser(costDomain.getBankCardUser());
manageCostDto.setReceiveUnit(costDomain.getBankCompany()); manageCostDto.setReceiveUnit(costDomain.getBankCompany());
manageCostDto.setPayTime(costDomain.getPayTime());
manageCostDto.setFeeSuperType(costDomain.getTypeName());
return manageCostDto; return manageCostDto;
}) })
.collect(Collectors.toList()); .collect(Collectors.toList());
......
...@@ -331,6 +331,7 @@ ...@@ -331,6 +331,7 @@
left join cost_type ct on t1.type_id = ct.id left join cost_type ct on t1.type_id = ct.id
where t1.cost_status = 4 where t1.cost_status = 4
and ct.is_manage_cost = 1 and ct.is_manage_cost = 1
and last_modify_date between #{startDateStr} and #{endDateStr}
</select> </select>
</mapper> </mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment