src/main/java/com/whyc/service/CKPowerDevBattRtDataSetService.java
@@ -5,6 +5,7 @@ import org.springframework.stereotype.Service; import javax.annotation.Resource; import java.util.List; @Service public class CKPowerDevBattRtDataSetService { @@ -15,4 +16,8 @@ public void update(CKPowerDevBattRtDataSet set) { mapper.update(set,null); } public void updateBatch(List<CKPowerDevBattRtDataSet> list) { mapper.updateBatch(list); } }