Commit 86b968ef authored by zhengyi's avatar zhengyi

sql修复

parent a470adf6
......@@ -103,8 +103,6 @@ public interface OfferMapper extends BaseMapperX<OfferDO> {
"cc.area_code as relation_area_code, ",
"cc.phone_new as relation_phone, ",
"if(#{lang} = 0, l.name_zh , l.name_en ) as channel_name, ",
"if(#{lang} = 0, l.name_zh , l.name_en ) as channel_name, ",
"if(#{lang} = 0, l.name_zh , l.name_en ) as channel_name, ",
"if(#{lang} = 0, st.title_zh , st.title_en) as start_warehouse_name, ",
"if(#{lang} = 0, dst.title_zh , dst.title_en) as dest_warehouse_name, ",
"line.transport_type ",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment