发表于: 2016-11-19 13:49:23
2 1959
今天完成:
后端文档的编辑
1用联表查询:
select * from user_server_relation u,server s where u.sid=s.id and u.name like '%A%' and s.name = "AA" and s.parent_id = B and u.mobile = C and u.create_at <= D and u.create_at >= E and u.cname like '%F%' and u.pact <= G and u.pact >= H and u.status = I;
2如果有编辑保存的,只会用sql语句查询,然后在代码里update,我估摸着是需要返回参数,
评论