This commit is contained in:
1378012178@qq.com 2026-01-20 11:28:59 +08:00
commit 1667fe0470
5 changed files with 6 additions and 20 deletions

View File

@ -52,12 +52,8 @@
from nu_biz_nu_directive_order
where nu_id = #{nuId}
and start_time >= #{optTime}
<if test="izPackage != null and izPackage != 'N'">
AND directive_id = #{directiveId}
</if>
<if test="izPackage != null and izPackage != 'Y'">
AND package_id = #{directiveId}
</if>
and directive_id = #{directiveId}
and cycle_type_id = #{cycleTypeId}
</select>
</mapper>

View File

@ -52,12 +52,8 @@
from nu_biz_nu_directive_order
where nu_id = #{nuId}
and start_time >= #{optTime}
<if test="izPackage != null and izPackage != 'N'">
AND directive_id = #{directiveId}
</if>
<if test="izPackage != null and izPackage != 'Y'">
AND package_id = #{directiveId}
</if>
and directive_id = #{directiveId}
and cycle_type_id = #{cycleTypeId}
</select>
</mapper>

View File

@ -52,12 +52,8 @@
from nu_biz_nu_directive_order
where nu_id = #{nuId}
and start_time >= #{optTime}
<if test="izPackage != null and izPackage != 'N'">
AND directive_id = #{directiveId}
</if>
<if test="izPackage != null and izPackage != 'Y'">
AND package_id = #{directiveId}
</if>
and directive_id = #{directiveId}
and cycle_type_id = #{cycleTypeId}
</select>
</mapper>

View File

@ -62,7 +62,6 @@
<id column="sub_id" property="id"/>
<result column="sub_order_type" property="orderType"/>
<result column="sub_main_id" property="mainId"/>
<result column="sub_pool_sub_id" property="poolSubId"/>
<result column="sub_nu_id" property="nuId"/>
<result column="sub_nu_name" property="nuName"/>
<result column="sub_elder_id" property="elderId"/>

View File

@ -59,7 +59,6 @@
<id column="sub_id" property="id"/>
<result column="sub_order_type" property="orderType"/>
<result column="sub_main_id" property="mainId"/>
<result column="sub_pool_sub_id" property="poolSubId"/>
<result column="sub_nu_id" property="nuId"/>
<result column="sub_nu_name" property="nuName"/>
<result column="sub_elder_id" property="elderId"/>