sinake
8 小时以前 b28126cc4331998f4debc0e27081a44f81009b3c
出院过率条件改成inhospstate=1
已修改2个文件
12 ■■■■■ 文件已修改
ruoyi-admin/src/main/resources/application-druid.yml 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-admin/src/main/resources/application-druid.yml
@@ -113,14 +113,10 @@
            multi-statement-allow: true
  # redis 配置
  redis:
#    host: 192.168.100.10
#    port: 6020
#    database: 0
#    password: Smartor
    host: 127.0.0.1
    port: 6379
    host: 192.168.100.10
    port: 6020
    database: 0
    password:
    password: Smartor
    # 连接超时时间
    timeout: 10s
    lettuce:
smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml
@@ -249,7 +249,7 @@
            <if test="wardcheckFlag != null ">and b.wardcheck_flag = #{wardcheckFlag}</if>
            <if test="diagcheckFlag != null ">and b.diagcheck_flag = #{diagcheckFlag}</if>
            <if test="cry != null and cry == 0 ">and b.endtime is null</if>
            <if test="cry != null and cry == 1 ">and b.endtime is not null</if>
            <if test="cry != null and cry == 1 ">and b.inhospstate=1</if>
            <if test="inhospstate != null ">and b.inhospstate = #{inhospstate}</if>
            <if test="schemestatus != null ">and b.schemestatus = #{schemestatus}</if>
            <if test="outWayId != null ">and b.out_way_id = #{outWayId}</if>