perf: refs #7671 improve showBadDates
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
dbd8f94555
commit
5c4a30f2f9
|
@ -1,5 +1,4 @@
|
|||
CREATE USER 'vn'@'localhost';
|
||||
INSERT INTO `ormConfig`(`id`,`selectLimit`) VALUES(1,1000);
|
||||
|
||||
GRANT SELECT,
|
||||
INSERT,
|
||||
|
|
|
@ -136,7 +136,7 @@ module.exports = Self => {
|
|||
SELECT DISTINCT fp.id,
|
||||
fp.itemFk,
|
||||
fp.warehouseFk,
|
||||
w.name as warehouseName,
|
||||
w.name warehouseName,
|
||||
fp.rate2,
|
||||
fp.rate3,
|
||||
fp.started,
|
||||
|
|
Loading…
Reference in New Issue