丽知:修改日志方法
This commit is contained in:
parent
f1726ba000
commit
6591b5c65c
|
@ -83,7 +83,15 @@
|
||||||
<select id="entity_list_base" resultMap="get-IntegrationTaskLivingDetailsEntity-result" parameterType = "com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity">
|
<select id="entity_list_base" resultMap="get-IntegrationTaskLivingDetailsEntity-result" parameterType = "com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity">
|
||||||
select
|
select
|
||||||
<include refid="IntegrationTaskLivingDetailsEntity_Base_Column_List" />
|
<include refid="IntegrationTaskLivingDetailsEntity_Base_Column_List" />
|
||||||
from integration_task_living_details
|
from
|
||||||
|
<choose>
|
||||||
|
<when test=" newState != null and newState.trim() != '' and newState == 'N'.toString()">
|
||||||
|
integration_task_living_details
|
||||||
|
</when>
|
||||||
|
<otherwise>
|
||||||
|
integration_task_living_details_success
|
||||||
|
</otherwise>
|
||||||
|
</choose>
|
||||||
<trim prefix="where" prefixOverrides="and">
|
<trim prefix="where" prefixOverrides="and">
|
||||||
<if test="id != null and id != ''"> and id = #{id} </if>
|
<if test="id != null and id != ''"> and id = #{id} </if>
|
||||||
<if test="taskLinvingId != null and taskLinvingId != ''"> and task_linving_id = #{taskLinvingId} </if>
|
<if test="taskLinvingId != null and taskLinvingId != ''"> and task_linving_id = #{taskLinvingId} </if>
|
||||||
|
|
Loading…
Reference in New Issue