|
|
@ -457,7 +457,6 @@ |
|
|
|
<if test="companyCode != null and companyCode != '' and companyCode != 'null' and companyCode != '99' and companyCode != '88'"> |
|
|
|
<if test="companyCode != null and companyCode != '' and companyCode != 'null' and companyCode != '99' and companyCode != '88'"> |
|
|
|
and (t.comp_code = #{companyCode} or t.comp_code = '' or t.comp_code is null) |
|
|
|
and (t.comp_code = #{companyCode} or t.comp_code = '' or t.comp_code is null) |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
GROUP BY t.uuid |
|
|
|
|
|
|
|
ORDER BY t.create_date DESC |
|
|
|
ORDER BY t.create_date DESC |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
@ -735,7 +734,6 @@ |
|
|
|
<if test="companyCode != null and companyCode != '' and companyCode != 'null' and companyCode != '99' and companyCode == '88'"> |
|
|
|
<if test="companyCode != null and companyCode != '' and companyCode != 'null' and companyCode != '99' and companyCode == '88'"> |
|
|
|
and (t.comp_code = '' or t.comp_code is null) |
|
|
|
and (t.comp_code = '' or t.comp_code is null) |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
GROUP BY t.uuid |
|
|
|
|
|
|
|
ORDER BY t.create_date DESC |
|
|
|
ORDER BY t.create_date DESC |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
</mapper> |
|
|
|
</mapper> |
|
|
|