Uses of Class
cn.sinozg.applet.opt.module.OptLogTableDetail
Packages that use OptLogTableDetail
-
Uses of OptLogTableDetail in cn.sinozg.applet.opt.module
Fields in cn.sinozg.applet.opt.module declared as OptLogTableDetail -
Uses of OptLogTableDetail in cn.sinozg.applet.opt.util
Methods in cn.sinozg.applet.opt.util with parameters of type OptLogTableDetailModifier and TypeMethodDescriptionstatic List<OptLogTableInfo>OptUtil.compare(List<Map<String, Object>> newValues, Map<String, Map<String, Object>> oldValues, Map<String, OptMapperColumn> propMap, OptLogTableDetail tableDetail, ModeEnum modeEnum) 对比一次sql 执行后的数据差异private static OptLogTableInfoOptUtil.compareTable(Map<String, Object> newValues, Map<String, Object> oldValues, Map<String, OptMapperColumn> propMap, OptLogTableDetail tableDetail, ModeEnum modeEnum) 对比表一条记录的数据差异