Commit 72d02909 authored by wuzhilong's avatar wuzhilong

Merge branch 'dev' of…

Merge branch 'dev' of http://123.183.159.198:8000/zhangyusheng/YX_IDENT_beijing_auxiliary_YD into dev
parents b89458c2 0d362c60
...@@ -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