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