服务指令-生成星期、日期、频次数据池及工单,生成即时工单测试

This commit is contained in:
曹磊 2026-01-20 11:15:19 +08:00
parent 930b24eacb
commit 2dee68b1fa
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"/>