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 {
@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