shasha 1 månad sedan
förälder
incheckning
45eea1deaa

+ 3 - 3
snowy-plugin/snowy-plugin-biz/src/main/java/vip/xiaonuo/biz/modular/bizloadtime/mapper/mapping/BizLoadTimeMapper.xml

@@ -12,9 +12,9 @@
             t.already_number alreadyNumber
         from biz_load_time t
         where t.delete_flag = 'NOT_DELETE'
-            and t.pointId = ${loadPointId}
-            and ${endTime} > t.beginTime
-            and t.endTime > ${startTime}
+            and t.point_id = ${loadPointId}
+            and ${endTime} > t.begin_time
+            and t.end_time > ${startTime}
     </select>