|
|
@@ -55,6 +55,9 @@
|
|
|
<if test="hlgPayment.companyName != null and hlgPayment.companyName !=''">
|
|
|
and com.company_name LIKE concat('%',#{hlgPayment.companyName},'%')
|
|
|
</if>
|
|
|
+ <if test="hlgPayment.status != null ">
|
|
|
+ and a.status = #{hlgPayment.status}
|
|
|
+ </if>
|
|
|
</where>
|
|
|
ORDER BY a.update_time DESC,a.id ASC
|
|
|
</select>
|