785834757 2 лет назад
Родитель
Сommit
2f8286e7e4
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      src/main/resources/mapper/modules/inv/InvReceivableMapper.xml

+ 3 - 1
src/main/resources/mapper/modules/inv/InvReceivableMapper.xml

@@ -67,9 +67,11 @@
         <!--and insurance_id = '123'-->
         GROUP BY
         insurance_id,
+        insurance_name,
         DATE_FORMAT(
         signing_time,
-        '%Y-%m')
+        '%Y-%m'),
+        DATE_FORMAT( signing_time, '%m')
     </select>
 
     <select id="getSigningSourceDayResult" resultType="com.ydtech.modules.inv.model.vo.SigningSourceResultVo">