This topic created in 4368 days ago, the information mentioned may be changed or developed.
类似这种
var query = $scope.user_name ? "AND user_name='+USER_NAME+"'":"";
___query += $scope.phone ? "AND phOne='+PHONE+"'": "";
___.....
存储过程听得多,第一次写,不知道怎么合并
**后端已死系列2
Supplement 1 May 20, 2014 已解决
3 replies 2014-05-20 09:48:13 +08:00  | | 1 tobyzw May 20, 2014 直接这样调用存储过程合适吗? |
 | | 3 ioth May 20, 2014 合并啥 |