|
@ -50,11 +50,11 @@ |
|
|
<insert id="insertSysCustomerOper" parameterType="SysCustomerOper" useGeneratedKeys="true" keyProperty="id"> |
|
|
<insert id="insertSysCustomerOper" parameterType="SysCustomerOper" useGeneratedKeys="true" keyProperty="id"> |
|
|
insert into sys_customer_oper |
|
|
insert into sys_customer_oper |
|
|
<trim prefix="(" suffix=")" suffixOverrides=","> |
|
|
<trim prefix="(" suffix=")" suffixOverrides=","> |
|
|
<if test="purser != null and purser != ''"> purser,</if> |
|
|
<if test="purser != null and purser != ''">purser,</if> |
|
|
<if test="enterpriseCode!= null and enterpriseCode != ''">enterpriseCode,</if> |
|
|
<if test="enterpriseCode!= null and enterpriseCode != ''">enterpriseCode,</if> |
|
|
<if test="enterpriseName!= null and enterpriseName != ''">enterpriseName,</if> |
|
|
<if test="enterpriseName!= null and enterpriseName != ''">enterpriseName,</if> |
|
|
<if test="oper != null and oper != ''">opertion,</if> |
|
|
<if test="oper != null and oper != ''">opertion,</if> |
|
|
<if test="operPeople != null and operPeopple != ''">oper_user,</if> |
|
|
<if test="operPeople != null and operPeople != ''">oper_user,</if> |
|
|
<if test="operStatus != null and operStatus != ''">oper_status,</if> |
|
|
<if test="operStatus != null and operStatus != ''">oper_status,</if> |
|
|
<if test="createTime != null and createTime != ''">create_time,</if> |
|
|
<if test="createTime != null and createTime != ''">create_time,</if> |
|
|
</trim> |
|
|
</trim> |
|
@ -63,7 +63,7 @@ |
|
|
<if test="enterpriseCode!= null and enterpriseCode != ''">#{enterpriseCode},</if> |
|
|
<if test="enterpriseCode!= null and enterpriseCode != ''">#{enterpriseCode},</if> |
|
|
<if test="enterpriseName!= null and enterpriseName != ''">#{enterpriseName},</if> |
|
|
<if test="enterpriseName!= null and enterpriseName != ''">#{enterpriseName},</if> |
|
|
<if test="oper != null and oper != ''">#{oper},</if> |
|
|
<if test="oper != null and oper != ''">#{oper},</if> |
|
|
<if test="operPeople != null and operPeopple != ''">#{operPeople},</if> |
|
|
<if test="operPeople != null and operPeople != ''">#{operPeople},</if> |
|
|
<if test="operStatus != null and operStatus != ''">#{operStatus},</if> |
|
|
<if test="operStatus != null and operStatus != ''">#{operStatus},</if> |
|
|
<if test="createTime != null and createTime != ''">#{createTime},</if> |
|
|
<if test="createTime != null and createTime != ''">#{createTime},</if> |
|
|
</trim> |
|
|
</trim> |
|
|