|
@@ -251,10 +251,6 @@ public class BarPerformanceServiceImpl implements BarPerformanceService {
|
|
|
if (barPerformance.getDeleteFlag() == null) {
|
|
if (barPerformance.getDeleteFlag() == null) {
|
|
|
barPerformance.setDeleteFlag(0);
|
|
barPerformance.setDeleteFlag(0);
|
|
|
}
|
|
}
|
|
|
- // 设置默认状态为禁用(0)
|
|
|
|
|
- if (barPerformance.getStatus() == null) {
|
|
|
|
|
- barPerformance.setStatus(0);
|
|
|
|
|
- }
|
|
|
|
|
// 审核状态已在AI审核结果后设置(1-审核通过 或 2-审核拒绝)
|
|
// 审核状态已在AI审核结果后设置(1-审核通过 或 2-审核拒绝)
|
|
|
// 如果AI审核通过,reviewStatus已设置为1,并且onlineStatus已设置为1(上线)
|
|
// 如果AI审核通过,reviewStatus已设置为1,并且onlineStatus已设置为1(上线)
|
|
|
// 如果AI审核失败,reviewStatus已设置为2,onlineStatus保持为null或0(下线)
|
|
// 如果AI审核失败,reviewStatus已设置为2,onlineStatus保持为null或0(下线)
|