Commit 0ec0f024 by hzc

bug修复

parent 60cd61bc
......@@ -9,7 +9,7 @@
compare_date = #{date} and
compare_type = #{type} and
code = #{code} and
compare_catalog = #{compreCatalog}
compare_catalog = #{compareCatalog}
</select>
<delete id="deleteByParam" parameterType="map">
......@@ -19,7 +19,7 @@
compare_date = #{date} and
compare_type = #{type} and
code = #{code} and
compare_catalog = #{compreCatalog} and
compare_catalog = #{compareCatalog} and
compare_obj in
<foreach item="compareObj" collection="compareObjs" open="(" close=")" separator=",">
#{compareObj}
......
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