Commit fbbfe657 by airyuxun

添加bapContext依赖

parent 3e572a4b
......@@ -20,6 +20,7 @@ import org.springframework.util.Assert;
import com.beecode.amino.core.Amino;
import com.beecode.bap.bill.WorkflowBillConstants.FlowAttributes;
import com.beecode.bap.staff.BapContext;
import com.beecode.bap.staff.service.StaffService;
import com.beecode.bap.workflow.core.BizProcess;
import com.beecode.bap.workflow.core.BizProcessState;
......@@ -82,6 +83,9 @@ public class InzWorkflowServiceImpl implements InzWorkflowService{
private CommonDao commonDao;
@Autowired
public BapContext bapContext;
@Autowired
private StaffService staffService;
@Autowired
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment