| | |
| | | from sjzt_dw."dim_res_info_a" |
| | | </select> |
| | | |
| | | <select id="getAttWmstBaseCount" resultType="java.lang.Integer"> |
| | | select count(*) from sjzt_md."att_wmst_base" |
| | | </select> |
| | | |
| | | <select id="getAttImagestBaseCount" resultType="java.lang.Integer"> |
| | | select count(*) from sjzt_md."att_imagest_base" |
| | | </select> |
| | | |
| | | <select id="getAttCdBaseCount" resultType="java.lang.Integer"> |
| | | select count(*) from sjzt_md."att_cd_base" |
| | | </select> |
| | | |
| | | <select id="getAttWyCdBaseCount" resultType="java.lang.Integer"> |
| | | select count(*) from sjzt_md."att_wy_cd_base" |
| | | </select> |
| | | |
| | | |
| | | <update id="updateIsShowStatus"> |
| | | UPDATE SJZT_MD."att_res_base" SET "is_show" = #{isShow} |