Commit de5f5422 authored by 祁正's avatar 祁正

日常报销搜索

parent 31eec81e
......@@ -187,13 +187,8 @@ public class FyglDailyReimbursementServiceImpl implements IFyglDailyReimbursemen
List<FyglDailyReimbursementDTO> projectListByUserId = fyglDailyReimbursementMapper.getProjectListByUserId(fyglDailyReimbursementVO);
for(FyglDailyReimbursementDTO item:projectListByUserId){
Integer passNumber = 0;
Integer notPassNumber = 0;
FyglDailyReimbursementVo fyglDailyReimbursementVo = new FyglDailyReimbursementVo();
fyglDailyReimbursementVO.setCardItemProjectId(item.getProjectId());
List<FyglDailyReimbursementTableItemDTO> itemList = fyglDailyReimbursementMapper.getItemList(fyglDailyReimbursementVO);
item.setTableItemList(itemList);
}
......
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