Commit 64eca2fe authored by 刘林's avatar 刘林

fix(jg):气瓶履历信息处理

parent 433754c7
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
<foreach collection="equIds" item="id" open="(" separator="or" close=")"> <foreach collection="equIds" item="id" open="(" separator="or" close=")">
r.equ_id LIKE CONCAT('%', #{id}, '%') r.equ_id LIKE CONCAT('%', #{id}, '%')
</foreach> </foreach>
-- 如果 eq 表有对应数据也能查出来
<if test="equIds != null and equIds.size() > 0"> <if test="equIds != null and equIds.size() > 0">
OR r.sequence_nbr IN ( OR r.sequence_nbr IN (
SELECT resume_id SELECT resume_id
......
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