增加同步指令下发与同步状态获取功能,修改同步下发配置的asn业务逻辑
This commit is contained in:
@@ -29,6 +29,9 @@ public class DictService extends BaseService {
|
||||
return page;
|
||||
}
|
||||
|
||||
public List<SysDataDictionaryName> findDicByName(SysDataDictionaryName sysDictName){
|
||||
return dictDao.findDicByName(sysDictName.DEL_FLAG_NORMAL, sysDictName.getModuleName(),sysDictName.getMark());
|
||||
}
|
||||
|
||||
public void saveOrUpdate(SysDataDictionaryName sysDictName) {
|
||||
|
||||
@@ -102,7 +105,9 @@ public class DictService extends BaseService {
|
||||
|
||||
return dictDao.getDictById(1,id);
|
||||
}
|
||||
|
||||
public void updateDictItem(SysDataDictionaryItem sysDictItem){
|
||||
dictDao.updateDictItem(sysDictItem);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user