|
@@ -142,9 +142,7 @@
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="selectSeapriceItem" parameterType="TSeaprice" resultType="Map">
|
|
<select id="selectSeapriceItem" parameterType="TSeaprice" resultType="Map">
|
|
- SELECT f.f_name fFeeid,
|
|
|
|
- IF
|
|
|
|
- (s.f_type = '0', s.${fSpecification}, s.f_unitprice) fUnitprice
|
|
|
|
|
|
+ SELECT f.f_name fFeeid,s.remark remark,IF(s.f_type = '0', s.${fSpecification}, s.f_unitprice) fUnitprice
|
|
FROM t_seaprice t
|
|
FROM t_seaprice t
|
|
LEFT JOIN t_seapriceitem s ON s.f_pid = t.f_id
|
|
LEFT JOIN t_seapriceitem s ON s.f_pid = t.f_id
|
|
LEFT JOIN t_fees f ON f.f_id = s.f_feeid
|
|
LEFT JOIN t_fees f ON f.f_id = s.f_feeid
|