|
|
@@ -1941,6 +1941,7 @@ left join department d on o.order_dep = d.id left join t_order_mid a on o.orde
|
|
|
where order_no = (select t_order_task.order_no from t_order_task where id=#{tid})
|
|
|
</select>
|
|
|
|
|
|
+
|
|
|
<update id="updateExamineName">
|
|
|
update t_order_new a
|
|
|
<if test="names==null">
|
|
|
@@ -1959,8 +1960,11 @@ left join department d on o.order_dep = d.id left join t_order_mid a on o.orde
|
|
|
and a.order_dep = #{depId}
|
|
|
</if>
|
|
|
</if>
|
|
|
+ </update>
|
|
|
|
|
|
-
|
|
|
- </update>
|
|
|
+ <select id="selectgetAll" resultType="com.goafanti.common.model.TOrderNew">
|
|
|
+ select order_no orderNo,contract_picture_url contractPictureUrl ,agreement_url agreementUrl ,service_content serviceContent
|
|
|
+ from t_order_new
|
|
|
+ </select>
|
|
|
|
|
|
</mapper>
|