后台-后台充值记录-增加公款充值类型
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user