|
@ -83,7 +83,7 @@ |
|
|
<if test="isPcInput == 1 or isPcInput == '1'"> |
|
|
<if test="isPcInput == 1 or isPcInput == '1'"> |
|
|
AND i.IS_PC_INPUT = '1' |
|
|
AND i.IS_PC_INPUT = '1' |
|
|
</if> |
|
|
</if> |
|
|
<if test="isPcInput == 0 or isPcInput == '0'"> |
|
|
<if test="isPcInput == 2 or isPcInput == '2'"> |
|
|
AND (i.IS_PC_INPUT != '1' or i.IS_PC_INPUT is null) |
|
|
AND (i.IS_PC_INPUT != '1' or i.IS_PC_INPUT is null) |
|
|
</if> |
|
|
</if> |
|
|
<if test="customerId != null and customerId != ''"> |
|
|
<if test="customerId != null and customerId != ''"> |
|
|