1
zj
2026-03-12 3a35e98f09c9320f8e1586d091b1c80c6c505610
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"/>