Commit 8dab08512044f6ece485f335c46c740201389665
1 parent
faddb74794
Exists in
master
and in
1 other branch
医院基础列表
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-service/src/main/resources/mainOrm/Organization.xml
View file @
8dab085
... | ... | @@ -203,7 +203,7 @@ |
203 | 203 | <select id="queryOrganization" resultMap="OrganizationResultMap" |
204 | 204 | parameterType="com.lyms.platform.permission.model.OrganizationQuery"> |
205 | 205 | select |
206 | - id,name,type,level,area_manage,province_id,city_id,area_id,address,description,publish_id,publish_name,yn,modified,created,shortCode,foreign_id,street_id | |
206 | + id,name,type,level,area_manage,province_id,city_id,area_id,address,description,publish_id,publish_name,yn,modified,created,shortCode,foreign_id,street_id,status | |
207 | 207 | from organization |
208 | 208 | <include refid="OrganizationCondition"/> |
209 | 209 | <include refid="orderAndLimit"/> |