虚拟清单发布-数据处理+项目库相关人员导出-责任领域设置
This commit is contained in:
+4
@@ -51,6 +51,10 @@ public interface SysDictMapper extends BaseMapper<SysDict> {
|
||||
|
||||
public String queryDictKeyByText(@Param("code") String code,@Param("text") String key);
|
||||
|
||||
/**根据code查询所有中文名*/
|
||||
@Select("select s.item_text from sys_dict_item s where s.dict_id = (select id from sys_dict where dict_code = #{code})")
|
||||
public List<String> queryDictNameByCode(@Param("code") String code);
|
||||
|
||||
@Deprecated
|
||||
public String queryTableDictTextByKey(@Param("table") String table,@Param("text") String text,@Param("code") String code,@Param("key") String key);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user