|
@@ -118,8 +118,8 @@ public class ContractFlow extends FlowDelegate {
|
|
|
public Long start(ContractDto contract) {
|
|
|
//生产公司信息校验
|
|
|
Assert.notEmpty(contract.getCompanyId(), "生产公司id不能为空!");
|
|
|
- //销售部门id
|
|
|
- contract.setDeptId(SecurityUtils.getDeptId());
|
|
|
+// //销售部门id
|
|
|
+// contract.setDeptId(SecurityUtils.getDeptId());
|
|
|
|
|
|
//赋值归属公司
|
|
|
if (ObjectUtil.isEmpty(contract.getOfCompanyId())) {
|