|
|
|
|
@ -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());
|
|
|
|
|
|