| | |
| | | <select id="getAdGradByAdCode" resultType="java.lang.String"> |
| | | select "ad_grad" from SJZT_MD."att_ad_base" where "guid" = #{adCode} |
| | | </select> |
| | | |
| | | <select id="getYwxtAdDetail" resultType="cn.gistack.sm.sjztmd.entity.AttAdBase"> |
| | | select * from ywxt."att_ad_base" where "guid" = #{adCode} |
| | | </select> |
| | | <select id="getYwxtAdList" resultType="cn.gistack.sm.sjztmd.entity.AttAdBase"> |
| | | SELECT * FROM YWXT."att_ad_base" WHERE "ad_code" = #{adCode} |
| | | </select> |
| | | <select id="getZtAttAdBaseList" resultType="cn.gistack.sm.sjztmd.entity.AttAdBase"> |
| | | SELECT * FROM SJZT_MD."att_ad_base" where "p_ad_code" = #{parentId} |
| | | </select> |
| | | <select id="getYwxtAttAdBaseList" resultType="cn.gistack.sm.sjztmd.entity.AttAdBase"> |
| | | SELECT * FROM YWXT."att_ad_base" where "p_ad_code" = #{parentId} |
| | | </select> |
| | | |
| | | </mapper> |