修改统计
This commit is contained in:
parent
437add1b67
commit
55e502b4bb
|
|
@ -335,7 +335,7 @@ public class SupDispatchCarServiceImpl implements SupDispatchCarService{
|
||||||
list=mapper.getOutPageList(data);
|
list=mapper.getOutPageList(data);
|
||||||
for (CarNeedPlanVo carNeedPlanVo:list){
|
for (CarNeedPlanVo carNeedPlanVo:list){
|
||||||
if(carNeedPlanVo.getFileNum()>0){
|
if(carNeedPlanVo.getFileNum()>0){
|
||||||
List<FileUploadVo> fileList= uploadService.getFileList(carNeedPlanVo.getId(),"car_plan_out","");
|
List<FileUploadVo> fileList= uploadService.getFileList(carNeedPlanVo.getId(),"car_plan_out","到货确认单");
|
||||||
carNeedPlanVo.setFileList(fileList);
|
carNeedPlanVo.setFileList(fileList);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -219,6 +219,7 @@ public class FileUploadService {
|
||||||
FileUploadVo vo=new FileUploadVo();
|
FileUploadVo vo=new FileUploadVo();
|
||||||
vo.setOwnId(outId);
|
vo.setOwnId(outId);
|
||||||
vo.setModelTable(table);
|
vo.setModelTable(table);
|
||||||
|
vo.setType(type);
|
||||||
list=mapper.getFileList(vo);
|
list=mapper.getFileList(vo);
|
||||||
}catch (Exception e){
|
}catch (Exception e){
|
||||||
log.error(e.toString(),e);
|
log.error(e.toString(),e);
|
||||||
|
|
|
||||||
|
|
@ -90,8 +90,8 @@
|
||||||
</select>
|
</select>
|
||||||
<select id="getAuditDetails" resultType="com.bonus.gzcar.business.app.entity.AppPlanVo">
|
<select id="getAuditDetails" resultType="com.bonus.gzcar.business.app.entity.AppPlanVo">
|
||||||
select id outId,status
|
select id outId,status
|
||||||
FROM car_plan_out
|
FROM car_plan_out
|
||||||
WHERE apply_id=#{planId}
|
WHERE apply_id=#{planId}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue