Commit 34b5bb15 by 陶光胜

通过电话号码查询商户

parent e3039fb8
......@@ -55,7 +55,7 @@ public interface TabAuthStoreLogMapper {
int updateByPrimaryKey(TabAuthStoreLog record);
List<TabAuthStoreLog> listLogByKey(@Param("key") String key,
@Param("status") int status);
@Param("status") Integer status);
List<TabAuthStoreLog> listFailedStore(@Param("key") String key);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment