Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
3b62768b
Commit
3b62768b
authored
Mar 05, 2019
by
zw
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test'
parents
73c5c815
6e23d4db
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
OrderLogService.php
application/api_broker/service/OrderLogService.php
+1
-1
new_text.html
application/index/view/news/new_text.html
+3
-4
No files found.
application/api_broker/service/OrderLogService.php
View file @
3b62768b
...
...
@@ -1328,7 +1328,7 @@ class OrderLogService
$orderModel
=
new
OrderModel
();
$result
=
$orderModel
->
searchOrderAll
(
$field
,
$
where_
,
$pageNo
,
$pageSize
);
$result
=
$orderModel
->
searchOrderAll
(
$field
,
$
condition
,
$pageNo
,
$pageSize
);
$reportService
=
new
ReportService
();
return
$reportService
->
returnResult
(
$result
);
...
...
application/index/view/news/new_text.html
View file @
3b62768b
...
...
@@ -324,12 +324,11 @@
<div
class=
""
style=
"width: 100%;"
>
<div
class=
"input-group"
style=
"width: 100%;"
id=
"dajiangtang"
>
<?php
if (CURRENT_URL == 'https://api.tonglianjituan.com/') {
$url = IMAGES_URL;
} else {
if (CURRENT_URL == 'https://pre2.tonglianjituan.com/') {
$url = 'https://pre2.tonglianjituan.com/';
} else {
$url = IMAGES_URL;
}
create_editor('goods_sup_id','',['filebrowserUploadUrl'=>$url.'index/uploadEditor?type=business_school']);
?>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment