Commit 0b7bc325 authored by chenzhao's avatar chenzhao

修改bug

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