mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
update
This commit is contained in:
@@ -162,4 +162,13 @@ public interface PileBillingTemplateMapper {
|
||||
* @param pileSnList
|
||||
*/
|
||||
void deleteRelationByPileSn(@Param("pileSnList") List<String> pileSnList);
|
||||
|
||||
/**
|
||||
* 根据站点id修改状态
|
||||
* @param stationId
|
||||
* @param status
|
||||
*/
|
||||
void updateStatusByStationId(@Param("stationId") String stationId, @Param("status") String status);
|
||||
|
||||
void updateStatusByTemplateId(@Param("templateId") String templateId, @Param("status") String status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user