|
|
@@ -35,7 +35,6 @@ import com.goafanti.common.model.TOrderBack;
|
|
|
import com.goafanti.common.model.TOrderBillNew;
|
|
|
import com.goafanti.common.model.TOrderBonus;
|
|
|
import com.goafanti.common.model.TOrderLog;
|
|
|
-import com.goafanti.common.model.TOrderMonthReport;
|
|
|
import com.goafanti.common.model.TOrderNew;
|
|
|
import com.goafanti.common.model.TOrderRefund;
|
|
|
import com.goafanti.common.model.TOrderTask;
|
|
|
@@ -55,7 +54,6 @@ import com.goafanti.order.enums.OrderNewState;
|
|
|
import com.goafanti.order.enums.ProcessStatus;
|
|
|
import com.goafanti.order.enums.refundState;
|
|
|
import com.goafanti.order.service.FundManageOrderService;
|
|
|
-import com.goafanti.order.service.OrderNewService;
|
|
|
|
|
|
@Service
|
|
|
public class FundManagerOrderServiceImpl extends BaseMybatisDao<TOrderNewMapper> implements FundManageOrderService {
|
|
|
@@ -108,7 +106,6 @@ public class FundManagerOrderServiceImpl extends BaseMybatisDao<TOrderNewMapper>
|
|
|
onew.setApproval(approval);//特批状态
|
|
|
onew.setProcessStatus(ProcessStatus.YPCWGLY.getCode());//已派财务管理员
|
|
|
onew.setOrderStatus(OrderNewState.QDSHTG.getCode());//营销管理员审核通过
|
|
|
-
|
|
|
int idCount = tOrderNewMapper.getCountByIdAndStatus(onew);
|
|
|
int fidCount = adminMapper.getCountById(financeId);
|
|
|
Integer r = null;
|