qc_check_task_defect数据添加逻辑修改

master
zhaoxiaolin 10 months ago
parent 43211b5257
commit edb80d785a

@ -273,7 +273,7 @@ public class QcCheckReportProduceServiceImpl implements IQcCheckReportProduceSer
/**qc_check_task**/ /**qc_check_task**/
int n = qcCheckReportIncomeMapper.submitConfirm(qcCheckReportIncome); int n = qcCheckReportIncomeMapper.submitConfirm(qcCheckReportIncome);
logger.info("qc_check_task【二次确认】" + qcCheckReportIncome.getCheckType() + ":" + n); logger.info("qc_check_task【二次确认】" + qcCheckReportIncome.getCheckType() + ":" + n);
return n; return 1;
} }
return 0; return 0;
} }

Loading…
Cancel
Save