|
|
@ -57,6 +57,7 @@ import com.yxt.anrui.crm.api.crmcustomertemp.AppCrmCustomerTempInfoVo; |
|
|
|
import com.yxt.anrui.crm.api.crmcustomertemp.CrmCustomerTempFeign; |
|
|
|
import com.yxt.anrui.flowable.api.flow.FlowableFeign; |
|
|
|
import com.yxt.anrui.flowable.api.flow.UpdateFlowFieldVo; |
|
|
|
import com.yxt.anrui.flowable.api.flowcomment.FlowComment; |
|
|
|
import com.yxt.anrui.flowable.api.flowtask.FlowTaskFeign; |
|
|
|
import com.yxt.anrui.flowable.api.flowtask.FlowTaskVo; |
|
|
|
import com.yxt.anrui.flowable.api.flowtask.LatestTaskVo; |
|
|
@ -1667,7 +1668,8 @@ public class BusMainDepositService extends MybatisBaseService<BusMainDepositMapp |
|
|
|
} |
|
|
|
qw.eq("bc.customerSid", query.getCustomerSid()); |
|
|
|
qw.eq("bd.depositBillTypeKey", "02"); |
|
|
|
qw.eq("bd.state", 1); |
|
|
|
// qw.eq("bd.state", 1);
|
|
|
|
qw.eq("bd.nodeState", FlowComment.SETTLE.getRemark());//已办结
|
|
|
|
return qw; |
|
|
|
} |
|
|
|
|
|
|
|