Commit dbbc6292 by 墨竹

fix:查询错误

parent a1bb9c63
......@@ -124,7 +124,7 @@
from tab_haoban_store_relation
where wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR}
and enterprise_id = #{enterpriseId,jdbcType=VARCHAR}
and store_name like '%${storeName}%'
and status_flag = 1
and store_name like CONCAT('%',#{storeName},'%')
and status_flag = 1
</select>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment