修改主数据生成类
This commit is contained in:
parent
8895a75939
commit
4609a4c91d
|
@ -31,6 +31,8 @@ public class MdmModuleDaoImpl extends MybatisGenericDao<MdmModuleEntity, String>
|
|||
return o;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public Integer checkTable(Map<String, String> maps) {
|
||||
Integer o = (Integer) super.selectOne(getSqlIdPrifx() + "checkTable", maps);
|
||||
|
|
Loading…
Reference in New Issue