huangcaizhen 1 hete
szülő
commit
19474de1a8

+ 1 - 1
app/dbc-app/src/main/resources/mapper/record/SettlementDataConfigMapper.xml

@@ -58,7 +58,7 @@
                 and is_user = #{query.isUser}
             </if>
         </where>
-        order by `month`, start_date
+        order by enterprise_code, `month`, start_date
     </select>
 
     <select id="getSettleMonthByEnterpriseCode" resultMap="BaseResultMap">