Commit 341ee781 authored by chenzhao's avatar chenzhao

修改代码

parent 96b0c889
...@@ -325,7 +325,10 @@ ...@@ -325,7 +325,10 @@
<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>
<when test="param.confirmType == null || param.confirmType == 1"> <when test="param.confirmType != null and param.confirmType == 1">
wlesal.clean_time is NULL
</when>
<when test="param.confirmType == null">
wlesal.clean_time is NULL wlesal.clean_time is NULL
</when> </when>
</choose> </choose>
......
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