Merge branch 'master' into test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2025-03-05 11:28:10 +01:00
commit fd8d56c313
2 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,7 @@ CREATE OR REPLACE DEFINER=`vn`@`localhost` PROCEDURE `vn`.`item_getLack`(
vSelf INT,
vForce BOOLEAN,
vDays INT,
vTime TIME,
vLongname VARCHAR(255),
vProducerName VARCHAR(255),
vColor VARCHAR(255),
@ -22,7 +23,7 @@ BEGIN
**/
CALL `cache`.stock_refresh(vForce);
CALL item_getMinacum(NULL, util.VN_CURDATE(), vDays, NULL);
CALL item_getMinacum(NULL, ADDTIME(util.VN_CURDATE(), vTime), vDays, NULL);
CALL item_getMinETD();
CALL item_zoneClosure();

View File

@ -54,11 +54,11 @@ module.exports = function(Self) {
},
{
arg: 'longitude',
type: 'number'
type: 'any'
},
{
arg: 'latitude',
type: 'number'
type: 'any'
},
{
arg: 'isActive',