待办业务类型编码和名称调整

This commit is contained in:
fang 2025-01-16 14:46:57 +08:00
parent ec5031ca5e
commit 550560cc96
1 changed files with 2 additions and 2 deletions

View File

@ -58,9 +58,9 @@ public class BacklogServiceHandle extends AbstractServiceHandler {
form.append("\"title\":");
form.append("\"").append(todoInfo.getTitle()).append("\",");
form.append("\"bName\":");
form.append("\"").append(ctx.getEntityName()).append("\",");
form.append("\"").append("司库").append("\",");
form.append("\"bussinessCode\":");
form.append("\"").append(dynamicObject.getString("billno")).append("\",");
form.append("\"").append("EOSS").append("\",");
form.append("\"urGency\":");
form.append("\"0\",");
form.append("\"currentStepName\":");