1
zj
2026-01-28 6ed08e7e6a9ecccbb61d5664301da93bbfff67b6
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>