Temp commit
This commit is contained in:
parent
8a3af678d6
commit
622b1bd332
@ -159,11 +159,12 @@ exports.getEstablishmentDashboard = async (req, res) => {
|
||||
year: q.year,
|
||||
quarter: q.quarter,
|
||||
establishment_id: establishment_id ,
|
||||
status: {
|
||||
[Op.ne]: "Draft", // not equal
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
// status: {
|
||||
// [Op.ne]: "Draft", // not equal
|
||||
// },
|
||||
|
||||
// if not submitted yet → add for start survey
|
||||
if (!submissionMatch) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user