| | |
| | | <if test="sex != null and sex != ''">sex,</if>
|
| | | <if test="password != null and password != ''">password,</if>
|
| | | <if test="status != null and status != ''">status,</if>
|
| | | <if test="pwdUpdateDate != null">pwd_update_date,</if>
|
| | | <if test="createBy != null and createBy != ''">create_by,</if>
|
| | | <if test="remark != null and remark != ''">remark,</if>
|
| | | create_time
|
| | |
| | | <if test="sex != null and sex != ''">#{sex},</if>
|
| | | <if test="password != null and password != ''">#{password},</if>
|
| | | <if test="status != null and status != ''">#{status},</if>
|
| | | <if test="pwdUpdateDate != null">#{pwdUpdateDate},</if>
|
| | | <if test="createBy != null and createBy != ''">#{createBy},</if>
|
| | | <if test="remark != null and remark != ''">#{remark},</if>
|
| | | sysdate()
|