1
zj
2026-01-11 e17f787bb9450a90ec4d0731ca068b8284f044b2
src/main/resources/mapper/AgentUserMapper.xml
@@ -180,6 +180,13 @@
    where id = #{id,jdbcType=INTEGER}
  </update>
  <update id="updateAgentCode" parameterType="com.nq.pojo.AgentUser" >
    update agent_user
    set
      agent_code = #{agentCode,jdbcType=VARCHAR}
    where id = #{id,jdbcType=INTEGER}
  </update>
  <select id="findByCode" resultMap="BaseResultMap" parameterType="string">
    SELECT
    <include refid="Base_Column_List"/>