Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 10cfc34e
authored
Jul 24, 2023
by
丁伟峰
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
2 parents
13906767
bb2f72a6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
project-dispatch/src/main/java/com/dituhui/pea/dispatch/service/impl/BatchServiceImpl.java
project-dispatch/src/main/resources/logback.xml
project-dispatch/src/main/java/com/dituhui/pea/dispatch/service/impl/BatchServiceImpl.java
View file @
10cfc34
...
...
@@ -121,7 +121,7 @@ public class BatchServiceImpl implements BatchService {
" left join order_appointment o on (a.order_id =o.order_id)\n"
+
" where a.org_group_id=? and a.status='OPEN' \n"
+
" and a.dt = ? "
+
" and a.appointment_status = 'ASSIGNED' and
o
.appointment_method like 'AUTO%' \n"
+
" and a.appointment_status = 'ASSIGNED' and
a
.appointment_method like 'AUTO%' \n"
+
" and o.pre_status in ('PRE') \n"
+
" order by a.expect_time_begin asc "
;
int
orderCountPre
=
jdbcTemplate
.
update
(
sqlOrderPre
,
batchNo
,
groupId
,
batchDay
);
...
...
project-dispatch/src/main/resources/logback.xml
View file @
10cfc34
...
...
@@ -3,7 +3,7 @@
<appender
name=
"consoleAppender"
class=
"ch.qos.logback.core.ConsoleAppender"
>
<encoder>
<pattern>
%d{HH:mm:ss.SSS} [%thread] [%-20.20c] %
-5p %m%n
</pattern>
<pattern>
%d{HH:mm:ss.SSS} [%thread] [%-20.20c] %
line %-5p %m%n
</pattern>
</encoder>
</appender>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment