|
@@ -24,7 +24,7 @@ module.exports = options => {
|
|
|
return function* InspectionCheck(next) {
|
|
return function* InspectionCheck(next) {
|
|
|
try {
|
|
try {
|
|
|
// 获取revise
|
|
// 获取revise
|
|
|
- if (!this.subProject.page_show.quality) {
|
|
|
|
|
|
|
+ if (!this.subProject.page_show.qualityInspection) {
|
|
|
throw '该功能已关闭';
|
|
throw '该功能已关闭';
|
|
|
}
|
|
}
|
|
|
const qiid = this.params.qiid || this.request.body.qiid;
|
|
const qiid = this.params.qiid || this.request.body.qiid;
|