|
@@ -194,7 +194,7 @@ public class MerchantAuthServiceImpl extends ServiceImpl<MerchantAuthMapper, Mer
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public void certificationAudit(Long id, String state,String message ) {
|
|
|
+ public void certificationAudit(Long id, String state, String message) {
|
|
|
Long userId = SessionContextHolder.getId();
|
|
|
MerchantAuth merchantAuth = AssertUtils.nonnull(this.getById(id), "商家认证不存在");
|
|
|
merchantAuth.setReviewStatus(state);
|