0711
This commit is contained in:
parent
8f02904dac
commit
8f2815dde1
@ -56,7 +56,7 @@
|
||||
AND main.discount > 0
|
||||
</when>
|
||||
<when test="entity.discountIndex == 0">
|
||||
AND main.discount = 0 or main.discount is null
|
||||
AND (main.discount = 0 or main.discount IS NULL)
|
||||
</when>
|
||||
</choose>
|
||||
</if>
|
||||
|
Loading…
Reference in New Issue
Block a user