后台-后台充值记录-增加公款充值类型
This commit is contained in:
@@ -147,7 +147,7 @@
|
|||||||
and gr.type = #{record.type}
|
and gr.type = #{record.type}
|
||||||
</if>
|
</if>
|
||||||
<if test="record.type == null">
|
<if test="record.type == null">
|
||||||
and gr.type in (62,12)
|
and gr.type in (62,12,20)
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
order by gr.record_id desc
|
order by gr.record_id desc
|
||||||
@@ -179,7 +179,7 @@
|
|||||||
and gr.type = #{record.type}
|
and gr.type = #{record.type}
|
||||||
</if>
|
</if>
|
||||||
<if test="record.type == null">
|
<if test="record.type == null">
|
||||||
and gr.type in (62,12)
|
and gr.type in (62,12,20)
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
and gr.type = #{record.type}
|
and gr.type = #{record.type}
|
||||||
</if>
|
</if>
|
||||||
<if test="record.type == null">
|
<if test="record.type == null">
|
||||||
and gr.type in (62,12)
|
and gr.type in (62,12,20)
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
Reference in New Issue
Block a user