丽知:中台日志查询修改

This commit is contained in:
zhengyf 2024-09-19 16:12:26 +08:00
parent 1894f9a15f
commit 541deea48f
1 changed files with 5 additions and 5 deletions

View File

@ -73,11 +73,11 @@
</sql> </sql>
<!--通过ID获取数据 --> <!--通过ID获取数据 -->
<select id="entity_get" resultMap="get-IntegrationTaskLivingDetailsEntity-result"> <!-- <select id="entity_get" resultMap="get-IntegrationTaskLivingDetailsEntity-result">-->
select <!-- select-->
<include refid="IntegrationTaskLivingDetailsEntity_Base_Column_List" /> <!-- <include refid="IntegrationTaskLivingDetailsEntity_Base_Column_List" />-->
from integration_task_living_details where id = #{ id } and sts='Y' <!-- from integration_task_living_details where id = #{ id } and sts='Y'-->
</select> <!-- </select>-->
<!-- 查询 采用==查询 --> <!-- 查询 采用==查询 -->
<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">