쿠폰존 관리 오타 수정

This commit is contained in:
thisgun
2017-02-21 09:35:23 +09:00
parent ba48171f05
commit 9c49d06240

View File

@ -8,7 +8,7 @@ $sql_common = " from {$g5['g5_shop_coupon_zone_table']} ";
$sql_search = " where (1) ";
if ($stx) {
$sql_search .= " and cp_subject like '%$stx%' ";
$sql_search .= " and cz_subject like '%$stx%' ";
}
if (!$sst) {