peter
2025-12-01 dc2713378450728f5c157add5a659c16bce71ace
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"/>