peter
2025-12-05 3a6f68a40bb8be25ce19109ea595e8d0d7bfe510
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"/>