refs #5300 calendar_employee depend. (refs #5378)
gitea/salix/pipeline/head Build queued... Details

This commit is contained in:
Guillermo Bonet 2023-08-28 11:59:45 +02:00
parent 7848634bff
commit 4d802182f5
1 changed files with 0 additions and 6 deletions

View File

@ -239,12 +239,6 @@ xdescribe('worker workerTimeControl_check()', () => {
stmts.push('START TRANSACTION');
stmt = new ParameterizedSQL(`INSERT INTO postgresql.calendar_employee(businessFk,calendar_state_id,date)
VALUES
(?,1,CURDATE())`, [
workerId
]);
stmts.push(stmt);
stmt = new ParameterizedSQL(`INSERT INTO vn.workerTimeControl(userFk,timed,manual,direction)
VALUES
(?,TIMESTAMPADD(HOUR,-24,NOW()),0,"in"),