1
zj
2024-10-23 47eba336f4bc59e3dd99ae513a745321afdf2c19
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>