Commit 2a7a6e67 authored by 张永's avatar 张永

1

parent 312549fe
...@@ -46,7 +46,7 @@ public class CartQueryServiceImpl implements CartQueryService { ...@@ -46,7 +46,7 @@ public class CartQueryServiceImpl implements CartQueryService {
public Map<String, Object> query(String orgNo, String shopNo, String terminal,String isCalcPromo) { public Map<String, Object> query(String orgNo, String shopNo, String terminal,String isCalcPromo) {
Rjx rjx = Rjx.json().set("IsValid", true); Rjx rjx = Rjx.json().set("IsValid", true);
jdbcTemplate.executeUpdate("EXEC up_RestorePromoGiftRec ?,? ",shopNo,"''"); jdbcTemplate.executeUpdate("EXEC up_RestorePromoGiftRec ? ",shopNo);
if (!StringUtil.isNotUndefinedAndNull(shopNo, terminal)) { if (!StringUtil.isNotUndefinedAndNull(shopNo, terminal)) {
......
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