67331 认证清单-引用交付物成功后提示语修改。

This commit is contained in:
wangzhijiang
2023-03-28 21:58:35 +08:00
parent c34501181b
commit bff1966d94
@@ -3785,8 +3785,14 @@ public class ProjectCertificationInventoryEOServiceImpl extends ServiceImpl<Proj
@Override
public Result<?> citeDeliverable(JSONObject json) {
String resultMsg = "引用交付物成功!";
String cut = json.getString("cut");
String resultMsg = "";
if(StringUtils.equals(cut,CutEnum.CN.getValue())){
resultMsg = "引用交付物成功!";
}else {
resultMsg = "Successfully referenced deliverables!";
}
String projectCertificationInventoryIds = json.getString("projectCertificationInventoryIds");
if(StringUtils.isEmpty(projectCertificationInventoryIds)){