注释掉回写任务单的质检时间

parent 1a7568fe
......@@ -90,10 +90,10 @@ public class ReceiptServiceImpl implements ReceiptService {
@Override
public boolean updateReceiptList(String receiptId, String checkName, Date date) {
receiptMapper.updateReceiptList(receiptId, checkName, date);
String taskId = receiptMapper.selectTaskId(receiptId);
if (taskId!=null){
receiptMapper.updateTaskListWithZJSJ(taskId,checkName,date);
}
// String taskId = receiptMapper.selectTaskId(receiptId);
// if (taskId!=null){
// receiptMapper.updateTaskListWithZJSJ(taskId,checkName,date);
// }
return true;
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment