Browse Source

修改IQC任务重载 开始检验时间赋值

master
赵宏斌 18 hours ago
parent
commit
aa4fe2a781
  1. 2
      src/main/resources/mapper/pms/QcMapper.xml

2
src/main/resources/mapper/pms/QcMapper.xml

@ -2405,7 +2405,7 @@
part_desc = #{partDesc}, part_desc = #{partDesc},
detail_flag = 'Y', detail_flag = 'Y',
state = '未开始', state = '未开始',
action_date = '',
action_date = null,
action_by = '' action_by = ''
WHERE inspection_no = #{inspectionNo} and site = #{site} and bu_no = #{buNo} WHERE inspection_no = #{inspectionNo} and site = #{site} and bu_no = #{buNo}
</update> </update>

Loading…
Cancel
Save