update 更新数据接口

This commit is contained in:
2023-04-18 15:44:13 +08:00
parent c7a23e12e6
commit 1ea8a90938
5 changed files with 116 additions and 2 deletions

View File

@@ -154,6 +154,11 @@ public class SpringBootTestController {
@Autowired
private IPileAuthCardService pileAuthCardService;
@Test
public void testupdateElecAmount() {
orderBasicInfoService.updateElecAmount();
}
@Test
public void testSelectSomeStatusCardInfo() {
PileAuthCard pileAuthCard = pileAuthCardService.selectCardInfoByLogicCard("1111111111111111");