bug修复
This commit is contained in:
parent
e311eed700
commit
c7b5423106
@ -19,6 +19,9 @@
|
|||||||
#{item}
|
#{item}
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
|
<if test="param.sendSuccessStatus != null">
|
||||||
|
and a.send_success_status = #{param.sendSuccessStatus}
|
||||||
|
</if>
|
||||||
order by a.id desc
|
order by a.id desc
|
||||||
</select>
|
</select>
|
||||||
<select id="selectCarTypeCount" resultType="java.util.Map">
|
<select id="selectCarTypeCount" resultType="java.util.Map">
|
||||||
|
|||||||
@ -51,6 +51,9 @@
|
|||||||
<if test="param.enterpriseId != null and param.enterpriseId != ''">
|
<if test="param.enterpriseId != null and param.enterpriseId != ''">
|
||||||
and a.enterprise_id = #{param.enterpriseId}
|
and a.enterprise_id = #{param.enterpriseId}
|
||||||
</if>
|
</if>
|
||||||
|
<if test="param.sendSuccessStatus != null">
|
||||||
|
and a.send_success_status = #{param.sendSuccessStatus}
|
||||||
|
</if>
|
||||||
<if test="param.enterpriseIds != null and param.enterpriseIds.size() != 0">
|
<if test="param.enterpriseIds != null and param.enterpriseIds.size() != 0">
|
||||||
and a.enterprise_id in
|
and a.enterprise_id in
|
||||||
<foreach collection="param.enterpriseIds" index="index" item="item" open="(" separator="," close=")">
|
<foreach collection="param.enterpriseIds" index="index" item="item" open="(" separator="," close=")">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user