Commit 3c7421e4 authored by neo's avatar neo

[Bugfix] fixed update not correct positon

parent 56afeb8e
...@@ -156,7 +156,7 @@ public class ApprovalService { ...@@ -156,7 +156,7 @@ public class ApprovalService {
pa.setApprovalBy("Admin"); pa.setApprovalBy("Admin");
pa.setApprovalTime(new Date()); pa.setApprovalTime(new Date());
pa.setApprovalResualt(comment); pa.setApprovalResualt(comment);
periodApproveMapper.selectByPrimaryKey(uuid); periodApproveMapper.updateByPrimaryKey(pa);
} else { } else {
logger.warn("task must not null or size gt 1"); logger.warn("task must not null or size gt 1");
} }
......
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