提示信息修改
This commit is contained in:
parent
3cf56761e5
commit
f1fb81e980
|
@ -93,7 +93,7 @@ public class ApplyInvoiceServiceImpl extends BaseService<ApplyInvoiceEntity,Stri
|
|||
*/
|
||||
@Override
|
||||
public String finishValueOf(String workitemId, String content) {
|
||||
Assert.notEmpty(workitemId,"流程回退时workitemId 必填");
|
||||
Assert.notEmpty(workitemId,"流程提交时workitemId 必填");
|
||||
JSONObject json = new JSONObject();
|
||||
json.put("appName", "collaboration");
|
||||
json.put("workitemId", workitemId);
|
||||
|
|
Loading…
Reference in New Issue