|
|
@ -26,7 +26,6 @@ |
|
|
|
package com.yxt.anrui.scm.biz.scmvehicleinventory; |
|
|
|
|
|
|
|
import cn.hutool.core.bean.BeanUtil; |
|
|
|
import com.alibaba.nacos.api.config.filter.IFilterConfig; |
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage; |
|
|
|
import com.yxt.anrui.base.api.basevehicle.BaseVehicleFeign; |
|
|
@ -37,7 +36,10 @@ import com.yxt.anrui.scm.api.scmvehicleexamine.AppToDoNumQuery; |
|
|
|
import com.yxt.anrui.scm.api.scmvehicleinventory.*; |
|
|
|
import com.yxt.anrui.scm.api.scmvehiclepatrolinspectionsheet.ScmVehiclePatrolinspectionsheetDto; |
|
|
|
import com.yxt.anrui.scm.api.scmvehiclestayinventory.ScmVehicleStayInventoryVo; |
|
|
|
import com.yxt.anrui.scm.api.scmvehinventorymonth.*; |
|
|
|
import com.yxt.anrui.scm.api.scmvehinventorymonth.AppScmVehInventorymonthVo; |
|
|
|
import com.yxt.anrui.scm.api.scmvehinventorymonth.AppVehInventorymonthVo; |
|
|
|
import com.yxt.anrui.scm.api.scmvehinventorymonth.AppVinAndRemarksVo; |
|
|
|
import com.yxt.anrui.scm.api.scmvehinventorymonth.InventoryRecordsQuery; |
|
|
|
import com.yxt.anrui.scm.biz.scmfile.ScmFileService; |
|
|
|
import com.yxt.anrui.scm.biz.scmvehiclepatrolinspectionsheet.ScmVehiclePatrolinspectionsheetService; |
|
|
|
import com.yxt.anrui.scm.biz.scmvehiclestayinventory.ScmVehicleStayInventoryService; |
|
|
@ -468,6 +470,7 @@ public class ScmVehicleInventoryService extends MybatisBaseService<ScmVehicleInv |
|
|
|
if (StringUtils.isNotBlank(dto.getOrgPath())) { |
|
|
|
patrolinspectionsheetDto.setOrgPath(dto.getOrgPath()); |
|
|
|
} |
|
|
|
patrolinspectionsheetDto.setNewAdd(newAdd); |
|
|
|
scmVehiclePatrolinspectionsheetService.savePatrolinspectionsheet(patrolinspectionsheetDto); |
|
|
|
} |
|
|
|
return rb.success().setMsg("保存成功"); |
|
|
@ -534,6 +537,7 @@ public class ScmVehicleInventoryService extends MybatisBaseService<ScmVehicleInv |
|
|
|
if (StringUtils.isNotBlank(dto.getOrgPath())) { |
|
|
|
patrolinspectionsheetDto.setOrgPath(dto.getOrgPath()); |
|
|
|
} |
|
|
|
patrolinspectionsheetDto.setNewAdd(newAdd); |
|
|
|
scmVehiclePatrolinspectionsheetService.savePatrolinspectionsheet(patrolinspectionsheetDto); |
|
|
|
} |
|
|
|
return rb.success().setMsg("保存成功"); |
|
|
|