记得上下班打卡 | git大法好,push需谨慎

Commit 68a85e88 authored by 胡佳晨's avatar 胡佳晨

修改 admin 场地审核状态bug

parent e0d11a79
......@@ -197,7 +197,7 @@ public class PerformanceVoUtils {
performanceData.setAuditStatus(0);
}
//不需要审核
if (performanceData.getAuditStatus().equals(1) && performanceData.getFieldAuditStatus().equals(0)) {
if (performanceData.getAuditStatus().equals(1) && (performanceData.getFieldAuditStatus()==null||performanceData.getFieldAuditStatus().equals(0))) {
return getPerformanceMisDB(performancesId);
}
ArrayList<BigDecimal> floatList = new ArrayList<>();
......
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