服务指令-生成星期、日期、频次数据池及工单,生成即时工单测试
This commit is contained in:
parent
930b24eacb
commit
2dee68b1fa
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue