Commit 82bfcae7 by wang_jiaxing

日志记录

parent 5cdfb168
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
</select> </select>
<select id="getFwidAndXtmc" resultType="java.util.Map"> <select id="getFwidAndXtmc" resultType="java.util.Map">
SELECT fwid AS FWID, SELECT fwid AS FWID,
fwmc AS FWMC,
(SELECT xtmc FROM tb_st_ggfw_zcxt WHERE xxsc_pdbz = '0' AND id = xtid) AS XTMC (SELECT xtmc FROM tb_st_ggfw_zcxt WHERE xxsc_pdbz = '0' AND id = xtid) AS XTMC
FROM tb_st_ggfw_zcfw FROM tb_st_ggfw_zcfw
WHERE app_id = #{appId,jdbcType=VARCHAR} WHERE app_id = #{appId,jdbcType=VARCHAR}
......
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