|
@@ -51,7 +51,7 @@
|
|
a.del_flag = #{DEL_FLAG_NORMAL}
|
|
a.del_flag = #{DEL_FLAG_NORMAL}
|
|
${dataScope}
|
|
${dataScope}
|
|
<if test="itemId != null and itemId != ''">
|
|
<if test="itemId != null and itemId != ''">
|
|
- AND a.item_id = #{itemId}
|
|
|
|
|
|
+ AND a.item_id LIKE CONCAT(CONCAT('%',#{itemId},'%'))
|
|
</if>
|
|
</if>
|
|
<if test="status!=null and status !=''">
|
|
<if test="status!=null and status !=''">
|
|
AND a.status = #{status}
|
|
AND a.status = #{status}
|