varbase_wa=_connection.QueryFirstOrDefault<string>(" select t2.`code` from dc_base_warehouse as t1 left join dc_base_country as t2 on t1.area_name = t2.`name` where warehouse_code=@warehouse_code ",new{warehouse_code});
...
...
@@ -2073,6 +2076,10 @@ where t1.gmt_modified>=@btime and t1.gmt_modified<=@etime