| | |
| | | |
| | | <update id="customizeUpdate"> |
| | | UPDATE SJZT_MD."att_wmst_base" |
| | | SET "online" = #{attWmstBase.online} |
| | | where "guid" = #{attWmstBase.guid} and "res_guid" = #{attWmstBase.resGuid} |
| | | SET "online" = #{attWmstBase.online},"res_guid" = #{attWmstBase.resGuid} |
| | | where "guid" = #{attWmstBase.guid} |
| | | </update> |
| | | <select id="getPage" resultType="cn.gistack.sm.sjztmd.vo.AttWmstBaseVO"> |
| | | select awb.*,arb."name" as resName,ad."ad_name" as towns_name,ad2."ad_name" as county_name,ad3."ad_name" as city_name from sjzt_md."att_wmst_base" awb |