丽知:中台日志查询修改
This commit is contained in:
parent
1894f9a15f
commit
541deea48f
|
@ -73,11 +73,11 @@
|
|||
</sql>
|
||||
|
||||
<!--通过ID获取数据 -->
|
||||
<select id="entity_get" resultMap="get-IntegrationTaskLivingDetailsEntity-result">
|
||||
select
|
||||
<include refid="IntegrationTaskLivingDetailsEntity_Base_Column_List" />
|
||||
from integration_task_living_details where id = #{ id } and sts='Y'
|
||||
</select>
|
||||
<!-- <select id="entity_get" resultMap="get-IntegrationTaskLivingDetailsEntity-result">-->
|
||||
<!-- select-->
|
||||
<!-- <include refid="IntegrationTaskLivingDetailsEntity_Base_Column_List" />-->
|
||||
<!-- from integration_task_living_details where id = #{ id } and sts='Y'-->
|
||||
<!-- </select>-->
|
||||
|
||||
<!-- 查询 采用==查询 -->
|
||||
<select id="entity_list_base" resultMap="get-IntegrationTaskLivingDetailsEntity-result" parameterType = "com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity">
|
||||
|
|
Loading…
Reference in New Issue