zyy
2025-07-16 37c4b8d314a93ac866a7886b262346ff8810dc3e
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>