Quellcode durchsuchen

修改维修回调添加销售订单

周箭河 vor 5 Jahren
Ursprung
Commit
b919370f93
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      mec-biz/src/main/resources/config/mybatis/SellOrderMapper.xml

+ 2 - 2
mec-biz/src/main/resources/config/mybatis/SellOrderMapper.xml

@@ -242,7 +242,7 @@
         GROUP BY spo.organ_id_, co.id_
         ]]></select>
 
-    <!-- 获取分部学校的收入支出(充值) -->
+    <!-- 获取分部学校的收入(充值) -->
     <select id="getRechargeMonthReport" resultMap="com.ym.mec.biz.dal.dao.OperatingReportDao.OperatingReport"><![CDATA[
         SELECT spo.organ_id_,
                co.id_                  cooperation_organ_id_,
@@ -259,7 +259,7 @@
         GROUP BY spo.organ_id_, co.id_
         ]]></select>
 
-    <!-- 获取分部学校的收入支出(零星支付) -->
+    <!-- 获取分部学校的收入(零星支付) -->
     <select id="getSporadicMonthReport" resultMap="com.ym.mec.biz.dal.dao.OperatingReportDao.OperatingReport"><![CDATA[
         SELECT spo.organ_id_,
                co.id_                  cooperation_organ_id_,