@@ -125,7 +125,7 @@ public class CommonUtils {
public static String getYear(HttpServletRequest request){
String orderYear = request.getHeader("orderYear");
if(StringUtils.isBlank(orderYear)){
- return "2025";
+ return "";
}
return orderYear;
@@ -1772,7 +1772,7 @@
SELECT
order_base_id, content, ROW_NUMBER() OVER ( PARTITION BY order_base_id ORDER BY fk_time DESC ) AS rn
FROM
- pg_order_operator_log#{year}
+ pg_order_operator_log${year}
<where>
<if test="ids != null and ids.size > 0">
AND a.websit_id IN