|
@@ -50,8 +50,11 @@ public class KxsUserAmountLogServiceImpl extends ServiceImpl<KxsUserAmountLogMap
|
|
|
//操作类型
|
|
//操作类型
|
|
|
OperationType operation = dmlData.getOperation();
|
|
OperationType operation = dmlData.getOperation();
|
|
|
if (operation.equals(OperationType.DELETE)) {
|
|
if (operation.equals(OperationType.DELETE)) {
|
|
|
|
|
+ MonthTableNameHandler.setData(MonthTableNameHandler.getThisMoth());
|
|
|
// 删除数据
|
|
// 删除数据
|
|
|
baseMapper.deleteById(id);
|
|
baseMapper.deleteById(id);
|
|
|
|
|
+ //删除线程,避免线程污染
|
|
|
|
|
+ MonthTableNameHandler.removeData();
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
for (String field : changeFieldList) {
|
|
for (String field : changeFieldList) {
|