|
|
|
@ -100,7 +100,7 @@ |
|
|
|
|
<if test="companyCodes != null and companyCodes != '99' and companyCodes != '88' and companyCodes != '' and companyCodes != 'null'" > |
|
|
|
|
and t.comp_code = #{companyCodes} |
|
|
|
|
</if> |
|
|
|
|
<if test="companyCodes != null and companyCodes != '' and companyCodes = '88'"> |
|
|
|
|
<if test="companyCodes != null and companyCodes != '' and companyCodes == '88'"> |
|
|
|
|
and (t.comp_code = '' or t.comp_code is null) |
|
|
|
|
</if> |
|
|
|
|
<if test="qszt != null and qszt != '' and qszt != 'null' "> |
|
|
|
@ -401,7 +401,7 @@ |
|
|
|
|
<if test="companyCodes != null and companyCodes != '99' and companyCodes != '88' and companyCodes != '' and companyCodes != 'null'" > |
|
|
|
|
and t.comp_code = #{companyCodes} |
|
|
|
|
</if> |
|
|
|
|
<if test="companyCodes != null and companyCodes != '' and companyCodes = '88'"> |
|
|
|
|
<if test="companyCodes != null and companyCodes != '' and companyCodes == '88'"> |
|
|
|
|
and (t.comp_code = '' or t.comp_code is null) |
|
|
|
|
</if> |
|
|
|
|
<if test="qszt != null and qszt != '' and qszt != 'null' "> |
|
|
|
|