@@ -1127,7 +1127,7 @@ public class TFeeServiceImpl implements ITFeeService {
}
@Transactional
- public AjaxResult billsfeesFollow(Long fPid) {
+ public synchronized AjaxResult billsfeesFollow(Long fPid) {
if (StringUtils.isNull(fPid)) {
return AjaxResult.error("费用明细更新状态未找到主表信息,请与管理员联系");