摘要: if(!empty($site) && $site != 9){ $siteword = $site; $sql = 'SELECT c.id, c.name, c.related_page,c.suitable_siteids, REPLACE(suitable_siteids, 0, 12345 阅读全文
posted @ 2018-09-14 17:41 kong.software 阅读(125) 评论(0) 推荐(0)
摘要: $("input[name='suitable_siteid_edit[]']").each(function() { $(this).attr("checked",false); var va = $(this).val(); if(str.indexOf(va) != -1) $(this).a 阅读全文
posted @ 2018-09-14 17:40 kong.software 阅读(90) 评论(0) 推荐(0)
摘要: SELECT REPLACE(phone, SUBSTR(phone,4,4), 'XXXX') AS phone FROM smart_platform_db.users ; 阅读全文
posted @ 2018-09-14 17:09 kong.software 阅读(100) 评论(0) 推荐(0)