@@ -415,7 +415,6 @@
LEFT JOIN tb_rst_cm_proc_method pm ON pm.proc_method_id = cr.proc_method_id
LEFT JOIN tb_rst_cm_proc_type pt ON pt.proc_type_id = pm.proc_type_id
<where>
- sales_status != 3
<if test="salesIsDownload !=null and salesIsDownload !=''">
AND sales_is_download = #{salesIsDownload}
</if>
@@ -686,6 +686,7 @@
},
dataType: 'json',
async: false,
+ timeout: 600000,
success:function(result) {
if (result.returnCode != 200) {
layer.msg('加载失败,请重试,请确认选择内容对应无误!',{icon: 5,time:3000});