67331 认证清单-引用交付物成功后提示语修改。
This commit is contained in:
+7
-1
@@ -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)){
|
||||
|
||||
Reference in New Issue
Block a user