diff --git a/anrui-fin/anrui-fin-biz/src/main/java/com/yxt/anrui/fin/biz/fincollectionconfirmation/FinCollectionConfirmationService.java b/anrui-fin/anrui-fin-biz/src/main/java/com/yxt/anrui/fin/biz/fincollectionconfirmation/FinCollectionConfirmationService.java index 893a3650f4..6c6cc1e361 100644 --- a/anrui-fin/anrui-fin-biz/src/main/java/com/yxt/anrui/fin/biz/fincollectionconfirmation/FinCollectionConfirmationService.java +++ b/anrui-fin/anrui-fin-biz/src/main/java/com/yxt/anrui/fin/biz/fincollectionconfirmation/FinCollectionConfirmationService.java @@ -2526,6 +2526,7 @@ public class FinCollectionConfirmationService extends MybatisBaseService selectListByReceivableSid(String receivablesSid); - IPage selectPageLists(IPage page, @Param(Constants.WRAPPER) QueryWrapper qw, @Param("name") String name); } \ No newline at end of file diff --git a/anrui-fin/anrui-fin-biz/src/main/java/com/yxt/anrui/fin/biz/finselectedreceivablesdetailed/FinSelectedReceivablesDetailedMapper.xml b/anrui-fin/anrui-fin-biz/src/main/java/com/yxt/anrui/fin/biz/finselectedreceivablesdetailed/FinSelectedReceivablesDetailedMapper.xml index fcfca40016..e2bfd4b6a3 100644 --- a/anrui-fin/anrui-fin-biz/src/main/java/com/yxt/anrui/fin/biz/finselectedreceivablesdetailed/FinSelectedReceivablesDetailedMapper.xml +++ b/anrui-fin/anrui-fin-biz/src/main/java/com/yxt/anrui/fin/biz/finselectedreceivablesdetailed/FinSelectedReceivablesDetailedMapper.xml @@ -24,26 +24,32 @@ @@ -211,7 +216,6 @@ and auditState = #{state} and receivablesName = #{type} and payTypeKey = #{payTypeKey} - and subscribedOf = 0 @@ -230,7 +233,6 @@ from fin_selected_receivables_detailed where collSid = #{sid} and auditState = #{state} - and subscribedOf = 0 and receivablesName = #{type} @@ -243,7 +245,6 @@ and receivablesName = #{type} and customerName = #{customerName} and customerPhone = #{customerPhone} - and subscribedOf = 0 and length(VIN) > 0 @@ -255,7 +256,6 @@ and auditState = #{state} and receivablesName = #{type} and contractNo = #{contractNo} - and subscribedOf = 0 and length(VIN) > 0 @@ -267,7 +267,6 @@ and auditState = #{state} and receivablesName = #{type} and contractNo = #{contractNo} - and subscribedOf = 0 and length(VIN) = 0 @@ -280,18 +279,16 @@ and receivablesName = #{type} and customerName = #{customerName} and customerPhone = #{customerPhone} - and subscribedOf = 0 and length(VIN) = 0 @@ -354,53 +351,49 @@ - -