Commit 03569a28 by 泽锋 李

fix

parent dcf2fffd
......@@ -694,7 +694,7 @@ left join dc_base_warehouse as dbw on dacp.warehouse_code = dbw.warehouse_code w
if (skus == null || skus.Count <= 0) {
return new List<dc_return_goods_not_push>();
}
return _connection.Query<dc_return_goods_not_push>(" select * from dc_return_goods_not_push wehre status=1 and bailun_sku in @skus ",new { skus = skus }).ToList();
return _connection.Query<dc_return_goods_not_push>(" select * from dc_return_goods_not_push where status=1 and bailun_sku in @skus ",new { skus = skus }).ToList();
}
public static string BatchTortStatus(string ids, int tort_status, UserData user)
......
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