Commit 39c6563c authored by 张永's avatar 张永

1

parent 2a7a6e67
...@@ -36,6 +36,7 @@ public class CartServiceImpl implements CartService { ...@@ -36,6 +36,7 @@ public class CartServiceImpl implements CartService {
public void CartToCartTempItem(String shopNO) { public void CartToCartTempItem(String shopNO) {
try { try {
jdbcTemplate.executeUpdate("EXEC up_RestorePromoGiftRec ? ",shopNO);
jdbcTemplate.executeUpdate("EXEC up_B2BCartToCartTempItem ?",shopNO); jdbcTemplate.executeUpdate("EXEC up_B2BCartToCartTempItem ?",shopNO);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
......
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