|
@@ -10,6 +10,7 @@ import com.fjhx.common.constant.SourceConstant;
|
|
|
import com.fjhx.common.enums.CodingRuleEnum;
|
|
|
import com.fjhx.common.enums.FlowStatusEnum1;
|
|
|
import com.fjhx.common.service.coding.CodingRuleService;
|
|
|
+import com.fjhx.common.utils.Assert;
|
|
|
import com.fjhx.flow.core.FlowDelegate;
|
|
|
import com.fjhx.flow.enums.FlowStatusEnum;
|
|
|
import com.fjhx.sale.entity.quotation.po.QuotationPay;
|
|
@@ -91,6 +92,7 @@ public class SaleQuotationFlow extends FlowDelegate {
|
|
|
//重新发起
|
|
|
if (FlowStatusEnum.READY_START.equals(flowStatusEnum)) {
|
|
|
SaleQuotationDto saleQuotation = submitData.toJavaObject(SaleQuotationDto.class);
|
|
|
+ Assert.notEmpty(saleQuotation.getId(), "报价单id不能为空");
|
|
|
commStart(saleQuotation, 1);
|
|
|
}
|
|
|
//驳回
|