|
@@ -2,7 +2,6 @@ package com.abi.qms.platform;
|
|
|
|
|
|
import com.abi.qms.platform.dao.tablestore.entity.QrCode;
|
|
|
import com.abi.task.common.tablestore.TableStorePlusUtils;
|
|
|
-import com.abi.task.common.tablestore.common.TableStoreEntity;
|
|
|
import com.abi.task.common.tablestore.common.TableStoreReq;
|
|
|
import com.abi.task.common.tablestore.common.TableStoreRes;
|
|
|
import com.abi.task.common.tablestore.entity.DemoEntity;
|
|
@@ -72,7 +71,7 @@ public class TableStorePlusTest {
|
|
|
@Test
|
|
|
public void queryRowsEqual(){
|
|
|
TableStoreReq<QrCode> req = TableStoreReq.build(QrCode.class,"packageId")
|
|
|
- .equal("1")
|
|
|
+ .eq("1")
|
|
|
.page(1,3)
|
|
|
.isNeedTotalCount();
|
|
|
|