修改审核通过的指标重新上传文件时清空备注
This commit is contained in:
parent
fb8355018b
commit
0e6a4de19c
|
@ -194,6 +194,7 @@ public class TAmentPartyAffairsController extends BaseController
|
|||
his.setFiles(tAmentPartyAffairs.getFiles());
|
||||
tAmentPartyAffairs.setStatus("2");
|
||||
commitHisService.insertTAmentCommitHis(his);
|
||||
tAmentPartyAffairs.setRemark(StringUtils.isNotEmpty(tAmentPartyAffairs.getRemark())?tAmentPartyAffairs.getRemark():" ");
|
||||
tAmentPartyAffairs.setCommitId(his.getId());
|
||||
return toAjax(tAmentPartyAffairsService.updateTAmentPartyAffairs(tAmentPartyAffairs));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue