|
|
|
@ -116,7 +116,10 @@
|
|
|
|
|
ldap.brand_name AS brandName, |
|
|
|
|
ldap.brand_id AS brandId, |
|
|
|
|
ldap.unit_price AS unitPrice, |
|
|
|
|
ldap.scan_user_name AS scanUserName |
|
|
|
|
ldap.scan_user_name AS scanUserName, |
|
|
|
|
ldad.flool_num AS floolNum, |
|
|
|
|
ldad.distance AS distance, |
|
|
|
|
ldad.kilometers AS kilometers |
|
|
|
|
FROM |
|
|
|
|
logpm_distribution_addvalue AS lda |
|
|
|
|
INNER JOIN logpm_distribution_addvalue_detail AS ldad ON ldad.addvalue_id = lda.id |
|
|
|
|