Commit 805052ac authored by Quxl's avatar Quxl

x

parent e42ce73c
......@@ -93,7 +93,7 @@ public class CartServiceImpl implements CartService {
* @throws
*/
public Integer count(String orgNo, String shopNO) {
return jdbcTemplate.queryForInt("select count(1) from tCart where sOrgNO = '" + orgNo + "' and sShopNO = '" + shopNO + "'");
return jdbcTemplate.queryForInt("select count(1) from V_Cart where sOrgNO = '" + orgNo + "' and sShopNO = '" + shopNO + "'");
}
......
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