|
|
@ -586,9 +586,7 @@
|
|
|
|
basic_products.indate,
|
|
|
|
basic_products.indate,
|
|
|
|
basic_products.majorType,
|
|
|
|
basic_products.majorType,
|
|
|
|
basic_products.medicareType,
|
|
|
|
basic_products.medicareType,
|
|
|
|
basic_products.requireScanCode,
|
|
|
|
|
|
|
|
basic_products.workPlaceCount,
|
|
|
|
basic_products.workPlaceCount,
|
|
|
|
basic_products.productsType as productType,
|
|
|
|
|
|
|
|
th.hsmc hslbName
|
|
|
|
th.hsmc hslbName
|
|
|
|
FROM basic_products
|
|
|
|
FROM basic_products
|
|
|
|
inner JOIN basic_udirel
|
|
|
|
inner JOIN basic_udirel
|
|
|
@ -730,6 +728,7 @@
|
|
|
|
and basic_udirel.groupBuy = #{groupBuy}
|
|
|
|
and basic_udirel.groupBuy = #{groupBuy}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
|
|
|
|
GROUP BY basic_udirel.id
|
|
|
|
ORDER BY modifyTime DESC
|
|
|
|
ORDER BY modifyTime DESC
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|