|
|
@@ -152,7 +152,8 @@ public class StoreStaffAuditAsyncService {
|
|
|
failureReasons.add("视频内容违规");
|
|
|
}
|
|
|
|
|
|
- String reason = failureReasons.isEmpty() ? "审核未通过" : String.join("; ", failureReasons);
|
|
|
+// String reason = failureReasons.isEmpty() ? "审核未通过" : String.join("; ", failureReasons);
|
|
|
+ String reason = "审核未通过";
|
|
|
updateWrapper.set(StoreStaffConfig::getStatus, "2")
|
|
|
.set(StoreStaffConfig::getAuditTime, new Date())
|
|
|
.set(StoreStaffConfig::getRejectionReason, reason);
|