46. #{sffx,jdbcType=VARCHAR}) 47.
48.
50. 51.
54.
57.
60.
63.
66.
69.
72.
75.
78.
81.
84.
87.
90.
93.
96.
100. 101.
104.
107.
110.
113.
116.
119.
122.
125.
128.
131.
134.
137.
140.
143.
146.
151. o\ > 152. update user 153. 154. 155. username = #{username,jdbcType=VARCHAR}, 156. 157. 158. password = #{password,jdbcType=VARCHAR}, 159. 160. 161. email = #{email,jdbcType=VARCHAR}, 162. 163. 164. name = #{name,jdbcType=VARCHAR}, 165. 166. 167. sex = #{sex,jdbcType=VARCHAR}, 168. 169. 170. birthday = #{birthday,jdbcType=VARCHAR}, 171. 172. 173. address = #{address,jdbcType=VARCHAR}, 174. 175. 176. tel = #{tel,jdbcType=VARCHAR}, 177. 178. 181. 182. image = #{image,jdbcType=VARCHAR}, 183. 184. 185. sfjh = #{sfjh,jdbcType=VARCHAR}, 186. 187. 188. sfzx = #{sfzx,jdbcType=VARCHAR}, 189. 190. 191. sfhf = #{sfhf,jdbcType=VARCHAR}, 192. 193. 194. sfpl = #{sfpl,jdbcType=VARCHAR}, 195. 196. 197. sffx = #{sffx,jdbcType=VARCHAR}, 198. 199. 200. where id = #{id,jdbcType=VARCHAR} 201.
202.
204. set username = #{username,jdbcType=VARCHAR}, 205. password = #{password,jdbcType=VARCHAR}, 206. email = #{email,jdbcType=VARCHAR}, 207. name = #{name,jdbcType=VARCHAR}, 208. sex = #{sex,jdbcType=VARCHAR},
209. birthday = #{birthday,jdbcType=VARCHAR}, 210. address = #{address,jdbcType=VARCHAR}, 211. tel = #{tel,jdbcType=VARCHAR}, 212. qq = #{qq,jdbcType=VARCHAR}, 213. image = #{image,jdbcType=VARCHAR}, 214. sfjh = #{sfjh,jdbcType=VARCHAR}, 215. sfzx = #{sfzx,jdbcType=VARCHAR}, 216. sfhf = #{sfhf,jdbcType=VARCHAR}, 217. sfpl = #{sfpl,jdbcType=VARCHAR}, 218. sffx = #{sffx,jdbcType=VARCHAR} 219. where id = #{id,jdbcType=VARCHAR} 220.
221.