|
@@ -1349,6 +1349,7 @@
|
|
LEFT JOIN sys_dict_data dict ON dict.dict_value = w.f_feeUnitid
|
|
LEFT JOIN sys_dict_data dict ON dict.dict_value = w.f_feeUnitid
|
|
<where>
|
|
<where>
|
|
dict.status = '0'
|
|
dict.status = '0'
|
|
|
|
+ AND w.del_flag = '0'
|
|
AND dict.dict_type = 'data_unitfees'
|
|
AND dict.dict_type = 'data_unitfees'
|
|
<if test="map.tWareHouseFees.stlTypeid != null">and w.f_stltypeid = #{map.tWareHouseFees.stlTypeid}</if>
|
|
<if test="map.tWareHouseFees.stlTypeid != null">and w.f_stltypeid = #{map.tWareHouseFees.stlTypeid}</if>
|
|
<if test="map.tWareHouseFees.fCorpid != null and map.tWareHouseFees.fCorpid != ''">and w.f_corpid =
|
|
<if test="map.tWareHouseFees.fCorpid != null and map.tWareHouseFees.fCorpid != ''">and w.f_corpid =
|