andi 3 năm trước cách đây
mục cha
commit
ddc53d9406
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      controller/sanksi/perbaikan.controller.js

+ 1 - 1
controller/sanksi/perbaikan.controller.js

@@ -35,7 +35,7 @@ exports.add = handleError(async (req, res) => {
       laporan: sanksi.laporan._id,
       _id: sanksi._id,
       ['pengajuan.banding']: { $exists: true, $ne: null },
-      ['jawaban.cabut_sanksi']: {
+      ['pengajuan.cabut_sanksi']: {
         $exists: false,
         $eq: null,
       },