审核表更新

Change-Id: I77c59281f85ca01175db68a22a68a09f868b68f4
diff --git a/target/classes/com/example/myproject/controller/PromotionController.class b/target/classes/com/example/myproject/controller/PromotionController.class
index 2b81885..4262545 100644
--- a/target/classes/com/example/myproject/controller/PromotionController.class
+++ b/target/classes/com/example/myproject/controller/PromotionController.class
Binary files differ
diff --git a/target/classes/com/example/myproject/mapper/AuditRecordMapper.class b/target/classes/com/example/myproject/mapper/AuditRecordMapper.class
index 231ffe6..efbe0f1 100644
--- a/target/classes/com/example/myproject/mapper/AuditRecordMapper.class
+++ b/target/classes/com/example/myproject/mapper/AuditRecordMapper.class
Binary files differ
diff --git a/target/classes/com/example/myproject/service/AuditService.class b/target/classes/com/example/myproject/service/AuditService.class
index 29cf4b1..d335407 100644
--- a/target/classes/com/example/myproject/service/AuditService.class
+++ b/target/classes/com/example/myproject/service/AuditService.class
Binary files differ
diff --git a/target/classes/mapper/PromotionMapper.xml b/target/classes/mapper/PromotionMapper.xml
index 72ffd95..9808333 100644
--- a/target/classes/mapper/PromotionMapper.xml
+++ b/target/classes/mapper/PromotionMapper.xml
@@ -10,5 +10,13 @@
         #{name}, #{description}, #{startTime}, #{endTime}, #{discountPercentage}, #{applicableTorrentIds}
         )
     </insert>
+    <update id="updateById" parameterType="com.example.myproject.entity.Promotion">
+        update promotion
+        set is_deleted = #{isDeleted},
+        update_time = #{updateTime}
+        where id = #{id}
+    </update>
+
+
 
 </mapper>