Commit 72d06ede authored by 黎博's avatar 黎博

sql修改

parent bc0ebe25
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
<mapper namespace="cn.qg.qaplatform.dao.RuleEngineMapper"> <mapper namespace="cn.qg.qaplatform.dao.RuleEngineMapper">
<insert id="addBlackList"> <insert id="addBlackList">
INSERT INTO `black_list_config` (`uuid`, `expir_date`, `type`, `enable`,) VALUES (#{uuid}, '14', '0', '1'); INSERT INTO `black_list_config` (`uuid`, `expir_date`, `type`, `enable`) VALUES (#{uuid}, '14', '0', '1');
</insert> </insert>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment