Commit f2e14ab7 authored by neo's avatar neo

[bugfix] fiexd update project selective by key

parent 83f052a5
......@@ -147,7 +147,7 @@ public class ProjectServiceImpl {
project.setStartPeriod(p.getStartPeriod());
project.setEndPeriod(p.getEndPeriod());
projectMapper.updateByPrimaryKey(project);
projectMapper.updateByPrimaryKeySelective(project);
//修改已取出数据中项目起始月
pddFirst.setStartPeriod(p.getStartPeriod());
......
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