摘要: //数据回滚@Transactional(rollbackFor=Exception.class) public boolean deleteUser(String userIds) { int failflag = 0; if(!Constant.isEmpty(userIds)) { Strin 阅读全文
posted @ 2021-10-18 15:52 强者qiang 阅读(110) 评论(0) 推荐(0)