Commit 5d1ad9d9 by 陶光胜

通过电话号码查询商户

parent f3d8ff9e
......@@ -23,7 +23,7 @@ public class AuthStoreLogServiceImpl implements AuthStoreLogService {
TabAuthStoreLog log = new TabAuthStoreLog();
log.setStoreInfoId(storeInfoId);
log.setFromEnterpriseId(fromEnterpriseId);
log.setKey(key);
log.setAuthKey(key);
log.setToEnterpriseId(toEnterpriseId);
log.setStatus(0);
this.tabAuthStoreLogMapper.insertSelective(log);
......
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