1.3.2后端:

fix(开票申请):完善开票申请初版
dev
xs 5 days ago
parent 693ee66974
commit 1c8428f0e1

@ -29,6 +29,7 @@ public class InvoiceWorkflowStrategy implements WorkflowStrategy<ErpFinInvoiceIn
@Override
public Map<String, Object> getVariables(ErpFinInvoiceInfoBo bo) {
Map<String, Object> variables = new HashMap<>();
variables.put("invoiceId", bo.getInvoiceId());
variables.put("projectId", bo.getProjectId());
variables.put("projectName", bo.getProjectName());
variables.put("earlyFlag", bo.getEarlyFlag());

Loading…
Cancel
Save