Commit 15b599cb by guojuxing

sql语法错误修复

parent c3d65fe9
......@@ -144,7 +144,7 @@
select
<include refid="Base_Column_List"></include>
from tab_applet_decoration_config
where enterprise_id = #{enterpriseId};
where enterprise_id = #{enterpriseId}
and app_id = #{appId}
</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