李宇
2021-01-21 9c9503de4fb1e1b0127f83c8b2b0f645c6ab9e9c
src/main/java/com/nanometer/smartlab/dao/OpeApplyDao.xml
@@ -466,4 +466,14 @@
    <update id="updateByReId" parameterType="java.util.Map">
        update ope_apply set reagent_id=#{newReId} where reagent_id=#{oldReId}
    </update>
    <update id="updateOpeApplyInfo" parameterType="java.util.Map">
        update
        ope_apply
        set status = #{status},
        arrival_time = #{arrivalTime},
        consignee_id = #{consigneeId}
        where valid_flag = 1
        and id = #{applyId}
    </update>
</mapper>