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>