Commit 76222cab authored by suhuiguang's avatar suhuiguang

1.气瓶检验超期、检验不合格定时任务

parent ea2eab80
...@@ -471,7 +471,7 @@ ...@@ -471,7 +471,7 @@
a.sequence_code = b.sequence_code a.sequence_code = b.sequence_code
and u.credit_code = a.credit_code and u.credit_code = a.credit_code
and a.last_inspection_id = b.sequence_nbr and a.last_inspection_id = b.sequence_nbr
and b.is_deal_question = false and (b.is_deal_question = false or b.is_deal_question is null)
</select> </select>
<update id="updateEsCylinderInfoStatus"> <update id="updateEsCylinderInfoStatus">
......
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