|
|
@ -375,7 +375,7 @@ public class HuzhouFieldchangehistoryServiceImpl extends ServiceImpl<HuzhouField |
|
|
|
newProjectinfo.setId(projectid); |
|
|
|
projectinfoMapper.updateById(newProjectinfo); |
|
|
|
|
|
|
|
if ("money".equals(fieldValue)){ |
|
|
|
if ("totalMoney".equals(fieldValue)){ |
|
|
|
this.updateMoney(change.getGroupId()); |
|
|
|
} |
|
|
|
} |
|
|
|