| | |
| | | <if test="updateTime != null">tf_updatetime=#{updateTime,jdbcType=TIMESTAMP},</if> |
| | | </set> where tf_id = #{id,jdbcType=BIGINT} |
| | | </update> |
| | | |
| | | <select id="listbyBossIdAndWorkerId" resultMap="BaseResultMap"> |
| | | SELECT * FROM `yeshi_ec_threesale_extra_info` t |
| | | WHERE t.`tf_boss_id` = #{bossId} AND t.`tf_worker_id`= #{workerId} |
| | | </select> |
| | | |
| | | <delete id="deleteByBossIdAndWorkerId" parameterType="java.lang.Long"> |
| | | delete from yeshi_ec_threesale_extra_info t |
| | | WHERE t.`tf_boss_id` = #{bossId} AND t.`tf_worker_id`= #{workerId} |
| | | </delete> |
| | | |
| | | </mapper> |