企标详情 文本状态显示textStatusBussShow

This commit is contained in:
zhaokaiyao@91isoft.com
2022-01-20 15:07:55 +08:00
parent ebe6cd5bf7
commit f3101d6e74
3 changed files with 10 additions and 3 deletions
@@ -340,8 +340,10 @@ public class DicTypeEORestController extends BaseController<DicTypeEO> {
@GetMapping("/getDicTypeListCode")
//@RequiresPermissions("sys:dicType:getDicTypeListCode")
public ResponseMessage<Map<String, Object>> getDicTypeListCode() throws Exception {
Map<String, Object> dicTypeEO = dicTypeEOService.getDicTypeListCode();
return Result.success(dicTypeEO);
return Result.success("1","hello");
// Map<String, Object> dicTypeEO = dicTypeEOService.getDicTypeListCode();
// return Result.success(dicTypeEO);
}
/**