master
yuan 7 years ago
parent a5a68fff2f
commit 3bc97503af

@ -120,6 +120,7 @@ public class MerchantIdManageServiceImpl implements MerchantIdManageService {
JSONObject record = new JSONObject();
record.put("sub_merchant_id",sub_merchant_id);
record.put("is_valid",false);
record.put("update_time",new Date());
commonSubMerchantIdMapper.update(record);
}

Loading…
Cancel
Save