Merge branch 'master' of https://gitee.com/a1536384743/erp_-override
| | |
| | | patchMapper.updateReplenish(patchLog,userName); |
| | | ReportingWork reportingWork = reportingWorkMapper |
| | | .selectOne(new QueryWrapper<ReportingWork>().eq("reporting_work_id",patchLog.getReportingWorkId())); |
| | | System.out.println(patchLog); |
| | | //修改小片流程卡数量 |
| | | patchMapper.updateOrderProcessDetail(patchLog,reportingWork); |
| | | } |
| | |
| | | o.batch, |
| | | od.building_number, |
| | | od.product_name, |
| | | ogd.technology_number, |
| | | r.technology_number, |
| | | ogd.glass_address, |
| | | r.patch_num, |
| | | od.width, |
| | |
| | | update pp.patch_log set reviewer=#{userName},review_status=1,update_time=now() where id=#{patchLog.id} |
| | | </update> |
| | | |
| | | |
| | | <update id="updateOrderProcessDetail" > |
| | | update sd.order_process_detail |
| | | set reporting_work_num=reporting_work_num - #{patchLog.patchNum} |
| | |
| | | o.project, |
| | | o.batch, |
| | | od.product_name, |
| | | ogd.technology_number, |
| | | r.technology_number, |
| | | ogd.glass_address, |
| | | r.rework_num, |
| | | od.width, |
| | |
| | | o.batch, |
| | | od.building_number, |
| | | od.product_name, |
| | | ogd.technology_number, |
| | | r.technology_number, |
| | | ogd.glass_address, |
| | | r.patch_num, |
| | | od.width, |
| | |
| | | update pp.patch_log set reviewer=#{userName},review_status=1,update_time=now() where id=#{patchLog.id} |
| | | </update> |
| | | |
| | | |
| | | <update id="updateOrderProcessDetail" > |
| | | update sd.order_process_detail |
| | | set reporting_work_num=reporting_work_num - #{patchLog.patchNum} |
| | |
| | | o.project, |
| | | o.batch, |
| | | od.product_name, |
| | | ogd.technology_number, |
| | | r.technology_number, |
| | | ogd.glass_address, |
| | | r.rework_num, |
| | | od.width, |