|
|
@ -227,12 +227,25 @@ public class FinSelectedReceivablesDetailedService extends MybatisBaseService<Fi |
|
|
|
return baseMapper.getList(sidsList); |
|
|
|
} |
|
|
|
|
|
|
|
public List<FinSelectedReceivablesDetailedVo> fetchByAuditState1(String sid, int i, String type,String payTypeKey) { |
|
|
|
return baseMapper.fetchByAuditState1(sid, i, type,payTypeKey); |
|
|
|
public List<FinSelectedReceivablesDetailedVo> fetchByAuditState1(String sid, int i, String type, String payTypeKey) { |
|
|
|
return baseMapper.fetchByAuditState1(sid, i, type, payTypeKey); |
|
|
|
} |
|
|
|
|
|
|
|
public List<FinSelectedReceivablesDetailedVo> fetchByAuditState1_1(String sid, int i, String type,String payTypeKey) { |
|
|
|
return baseMapper.fetchByAuditState1_1(sid, i, type,payTypeKey); |
|
|
|
/** |
|
|
|
* 根据合同编号分组查询客户 |
|
|
|
* |
|
|
|
* @param sid 收款单sid |
|
|
|
* @param i 审核状态 |
|
|
|
* @param type 应收项目名称 |
|
|
|
* @param payTypeKey 销售类型 |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
public List<FinSelectedReceivablesDetailedVo> fetchByAuditState1_1_1(String sid, int i, String type, String payTypeKey) { |
|
|
|
return baseMapper.fetchByAuditState1_1_1(sid, i, type, payTypeKey); |
|
|
|
} |
|
|
|
|
|
|
|
public List<FinSelectedReceivablesDetailedVo> fetchByAuditState1_1(String sid, int i, String type, String payTypeKey) { |
|
|
|
return baseMapper.fetchByAuditState1_1(sid, i, type, payTypeKey); |
|
|
|
} |
|
|
|
|
|
|
|
public List<SelectCustomerVo> selectCustomerList(String sid, int i, String type) { |
|
|
@ -244,11 +257,28 @@ public class FinSelectedReceivablesDetailedService extends MybatisBaseService<Fi |
|
|
|
} |
|
|
|
|
|
|
|
public List<FinSelectedReceivablesDetailedVo> selectVinListVo(String sid, int i, String type, String customerName, String customerPhone) { |
|
|
|
return baseMapper.selectVinListVo(sid, i, type,customerName,customerPhone); |
|
|
|
return baseMapper.selectVinListVo(sid, i, type, customerName, customerPhone); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* 查询该收款单明细该合同编号下的车架号不为空的明细 |
|
|
|
* |
|
|
|
* @param sid 收款单sid |
|
|
|
* @param i 销售类型 |
|
|
|
* @param type 应收项目名称 |
|
|
|
* @param contractNo 合同编号 |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
public List<FinSelectedReceivablesDetailedVo> selectVinListVo_1(String sid, int i, String type, String contractNo) { |
|
|
|
return baseMapper.selectVinListVo_1(sid, i, type, contractNo); |
|
|
|
} |
|
|
|
|
|
|
|
public FinSelectedReceivablesDetailedVo fetchByAuditStateV_1(String sid, int i, String type, String contractNo) { |
|
|
|
return baseMapper.fetchByAuditStateV_1(sid, i, type, contractNo); |
|
|
|
} |
|
|
|
|
|
|
|
public FinSelectedReceivablesDetailedVo fetchByAuditStateV(String sid, int i, String type, String customerName, String customerPhone) { |
|
|
|
return baseMapper.fetchByAuditStateV(sid, i, type,customerName,customerPhone); |
|
|
|
return baseMapper.fetchByAuditStateV(sid, i, type, customerName, customerPhone); |
|
|
|
} |
|
|
|
|
|
|
|
public ResultBean<List<FinSelectedReceivablesDetailed>> fetchByContractNo(String contractNo) { |
|
|
|