Forráskód Böngészése

修改合作商户sql

LiFei 4 éve
szülő
commit
93a32de5d4

+ 2 - 2
happy-cloud-wisdom/happy-cloud-wisdom-biz/src/main/java/org/jeecg/modules/hlwsubcontractor/mapper/xml/HlwSubcontractorAccountFlowMapper.xml

@@ -74,7 +74,7 @@
                 and  hce.duty_paragraph LIKE concat('%',#{hlwSubcontractorAccountFlow.dutyParagraph},'%')
             </if>
         </where>
-        group by a.is_through_platform)) t
+        group by a.cp_id)) t
         <if test="hlwSubcontractorAccountFlow.column == null">
             ORDER BY t.paymentNumber DESC,t.id ASC
         </if>
@@ -158,7 +158,7 @@
                 and  hce.duty_paragraph LIKE concat('%',#{hlwSubcontractorAccountFlow.dutyParagraph},'%')
             </if>
         </where>
-        group by a.is_through_platform)) t
+        group by a.cp_id)) t
         <if test="hlwSubcontractorAccountFlow.column == null">
             ORDER BY t.paymentNumber DESC,t.id ASC
         </if>