peter
2026-01-01 a66b2a41f265cc9526781e39c1d6c6d5f5d7c013
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"/>