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

parent 1a7568fe
...@@ -90,10 +90,10 @@ public class ReceiptServiceImpl implements ReceiptService { ...@@ -90,10 +90,10 @@ public class ReceiptServiceImpl implements ReceiptService {
@Override @Override
public boolean updateReceiptList(String receiptId, String checkName, Date date) { public boolean updateReceiptList(String receiptId, String checkName, Date date) {
receiptMapper.updateReceiptList(receiptId, checkName, date); receiptMapper.updateReceiptList(receiptId, checkName, date);
String taskId = receiptMapper.selectTaskId(receiptId); // String taskId = receiptMapper.selectTaskId(receiptId);
if (taskId!=null){ // if (taskId!=null){
receiptMapper.updateTaskListWithZJSJ(taskId,checkName,date); // receiptMapper.updateTaskListWithZJSJ(taskId,checkName,date);
} // }
return true; return true;
} }
@Override @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