a
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2023-06-16 14:30:33 +02:00
parent ab68cb7165
commit 219ad75172
1 changed files with 6 additions and 6 deletions

View File

@ -28,12 +28,12 @@ module.exports = Self => {
const [data] = await Self.rawSql(` const [data] = await Self.rawSql(`
SELECT SELECT
-- url, url,
-- clientViaexpress, clientViaexpress,
-- userViaexpress, userViaexpress,
-- passwordViaexpress, passwordViaexpress,
-- defaultWeight, defaultWeight,
-- deliveryType, deliveryType,
DATE_FORMAT(t.shipped, '%Y-%m-%d') shipped, DATE_FORMAT(t.shipped, '%Y-%m-%d') shipped,
cv.socialName senderName, cv.socialName senderName,
av.street senderStreet, av.street senderStreet,