mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
update 电单车协议
This commit is contained in:
@@ -166,10 +166,12 @@ public interface PileBillingTemplateMapper {
|
||||
|
||||
/**
|
||||
* 根据站点id修改状态
|
||||
*
|
||||
* @param stationId
|
||||
* @param status
|
||||
* @param deviceType
|
||||
*/
|
||||
void updateStatusByStationId(@Param("stationId") String stationId, @Param("status") String status);
|
||||
void updateStatusByStationId(@Param("stationId") String stationId, @Param("status") String status, @Param("deviceType")String deviceType);
|
||||
|
||||
void updateStatusByTemplateId(@Param("templateId") String templateId, @Param("status") String status);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user