Commit b653381e authored by 刘林's avatar 刘林

fix(jg):气瓶查询列表接口修改

parent 8a0e92d6
...@@ -948,6 +948,7 @@ ...@@ -948,6 +948,7 @@
<choose> <choose>
<when test="jsonObject.DATA_SOURCE == 'jg_his_black'"> <when test="jsonObject.DATA_SOURCE == 'jg_his_black'">
and ui."DATA_SOURCE" like 'jg_his_black%' and ui."DATA_SOURCE" like 'jg_his_black%'
and NEXT_INSPECT_DATE >= CURRENT_DATE
</when> </when>
<when test="jsonObject.DATA_SOURCE == 'jg_his'"> <when test="jsonObject.DATA_SOURCE == 'jg_his'">
and ui."DATA_SOURCE" like 'jg_his%' and ui."DATA_SOURCE" like 'jg_his%'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment