|
|
@@ -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>
|