From 36b9c7929def0b6d2b730ce60a868293625fa9b3 Mon Sep 17 00:00:00 2001 From: fhx <308050795@qq.com> Date: 星期三, 11 十月 2023 11:15:54 +0800 Subject: [PATCH] 1.新增编号关联数据查询和dto --- phis-feign/src/main/java/com/hz/his/dto/report/OperationalStatementsVo.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/phis-feign/src/main/java/com/hz/his/dto/report/OperationalStatementsVo.java b/phis-feign/src/main/java/com/hz/his/dto/report/OperationalStatementsVo.java index b651c5f..bf56620 100644 --- a/phis-feign/src/main/java/com/hz/his/dto/report/OperationalStatementsVo.java +++ b/phis-feign/src/main/java/com/hz/his/dto/report/OperationalStatementsVo.java @@ -34,6 +34,8 @@ private String loginCnName; /**鐧诲綍鍛樺伐鍞竴瀛楃涓�*/ private String loginEmpStr; + /** 鏄惁杩囨护娴嬭瘯鐢ㄦ埛璐﹀彿 */ + private Integer isFilterTestAccount; public List<String> getShopIdList() { if(shopIdList == null){ -- Gitblit v1.8.0