后台-后台充值记录-增加公款充值类型

This commit is contained in:
khalil
2025-05-29 12:21:28 +08:00
parent f5add4aea2
commit 5f9cccd8a8

View File

@@ -147,7 +147,7 @@
and gr.type = #{record.type}
</if>
<if test="record.type == null">
and gr.type in (62,12)
and gr.type in (62,12,20)
</if>
</where>
order by gr.record_id desc
@@ -179,7 +179,7 @@
and gr.type = #{record.type}
</if>
<if test="record.type == null">
and gr.type in (62,12)
and gr.type in (62,12,20)
</if>
</where>
</select>
@@ -208,7 +208,7 @@
and gr.type = #{record.type}
</if>
<if test="record.type == null">
and gr.type in (62,12)
and gr.type in (62,12,20)
</if>
</where>
</select>