Commit 0b7bc325 authored by chenzhao's avatar chenzhao

修改bug

parent caa5b1d8
......@@ -325,9 +325,9 @@
<when test="param.confirmType != null and param.confirmType == 0">
wlesal.confirm_type is NULL
</when>
<otherwise>
wlesal.clean_time is NULL
</otherwise>
<when test="param.confirmType == null || param.confirmType == 1">
wlesal.confirm_type is NULL
</when>
</choose>
</where>
) d
......
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