fix(emergency):
mapper.java注释中漏改表名 sql脚本备注
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ public interface AedEquipmentMangerMapper extends BaseMapper<AedEquipmentManger>
|
||||
* 按单位统计aed设备数量
|
||||
* @return 统计数据
|
||||
*/
|
||||
@Select(value = "SELECT SUBSTR(depart_code,1,6) AS \"orgCode\", count(1) AS \"aedCount\" FROM aed_equipment_manger where del_flag = 0 GROUP BY SUBSTR(depart_code,1,6)")
|
||||
@Select(value = "SELECT SUBSTR(depart_code,1,6) AS \"orgCode\", count(1) AS \"aedCount\" FROM QH_EME_AED_EQUIP_MANGER where del_flag = 0 GROUP BY SUBSTR(depart_code,1,6)")
|
||||
List<JSONObject> statisticAedByOrgCode();
|
||||
|
||||
List<AedLocationEquipment> getLocation(@Param("idList") List<Long> idList);
|
||||
|
||||
Reference in New Issue
Block a user