zyy
2025-07-19 539f733f62f4a368eb90a07a729b5d948378a705
src/main/resources/mapper/SiteAdminMapper.xml
@@ -112,7 +112,7 @@
  <select id="login"  parameterType="map" resultType="com.nq.pojo.SiteAdmin">
    SELECT
    <include refid="Base_Column_List"/>
    *
    FROM site_admin
    WHERE admin_phone = #{adminPhone} and admin_pwd = #{adminPwd}
  </select>