Commit 5c4b04c2 authored by 曹盼盼's avatar 曹盼盼

修改

parent 7dfa0495
......@@ -185,7 +185,7 @@
and ct.electronic_label_code like concat('%',#{cylinderInfoDto.electronicLabelCode},'%')
</if>
<if test="cylinderInfoDto.SupervisionCode != null and cylinderInfoDto.SupervisionCode != '' ">
and ci.supervision_code like concat('%',#{cylinderInfoDto.electronicLabelCode},'%')
and ci.supervision_code like concat('%',#{cylinderInfoDto.SupervisionCode},'%')
</if>
ORDER BY ci.sync_date DESC
</where>
......
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