提示信息修改

This commit is contained in:
xiangerlin 2025-07-13 16:13:49 +08:00
parent 3cf56761e5
commit f1fb81e980
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public class ApplyInvoiceServiceImpl extends BaseService<ApplyInvoiceEntity,Stri
*/ */
@Override @Override
public String finishValueOf(String workitemId, String content) { public String finishValueOf(String workitemId, String content) {
Assert.notEmpty(workitemId,"流程回退时workitemId 必填"); Assert.notEmpty(workitemId,"流程提交时workitemId 必填");
JSONObject json = new JSONObject(); JSONObject json = new JSONObject();
json.put("appName", "collaboration"); json.put("appName", "collaboration");
json.put("workitemId", workitemId); json.put("workitemId", workitemId);