|
|
@@ -1958,25 +1958,7 @@ left join department d on o.order_dep = d.id left join t_order_mid a on o.orde
|
|
|
</select>
|
|
|
|
|
|
|
|
|
- <update id="updateExamineName">
|
|
|
- update t_order_new a
|
|
|
- <if test="names==null">
|
|
|
- ,admin b
|
|
|
- set a.examine_name=b.name
|
|
|
- where a.process_status = #{type}
|
|
|
- <if test="type==1">
|
|
|
- and a.order_dep = #{depId}
|
|
|
- </if>
|
|
|
- and b.id= #{aid}
|
|
|
- </if>
|
|
|
- <if test="names!=null">
|
|
|
- set a.examine_name= #{names}
|
|
|
- where a.process_status = #{type}
|
|
|
- <if test="type==1">
|
|
|
- and a.order_dep = #{depId}
|
|
|
- </if>
|
|
|
- </if>
|
|
|
- </update>
|
|
|
+
|
|
|
|
|
|
<select id="selectgetAll" resultType="com.goafanti.common.model.TOrderNew">
|
|
|
select order_no orderNo,contract_picture_url contractPictureUrl ,agreement_url agreementUrl ,service_content serviceContent
|