摘要:
sql常用 删除多余的type[1,2,3]数组 DELETE FROM park_config WHERE park_id =#{id} and type NOT IN <foreach item="item" index="index" collection="type" open="(" cl 阅读全文
摘要:
public interface TransactionDefinition { int PROPAGATION_REQUIRED = 0; //事务传播级别1:当前如果有事务,Spring就会使用该事务;否则会开始一个新事务;(这也是默认设置和定义) int PROPAGATION_REQUIRE 阅读全文