a
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
ab68cb7165
commit
219ad75172
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue