This website works better with JavaScript.
Explore
Help
Sign In
suojin
/
jonhon-mes-svr
Watch
22
Star
0
Fork
You've already forked jonhon-mes-svr
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
中航光电热表mes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
323
Commits
3
Branches
0
Tags
20 MiB
Tag:
Branch:
Tree:
575609d9f3
develop-QA
liweidong
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '575609d9f3'
${ noResults }
jonhon-mes-svr
/
doc
/
sql
/
mes
/
increase-260120.sql
5 lines
112 B
Raw
Normal View
History
Unescape
Escape
1.修改定时任务方法,禁用原@Scheduled注解方式 2.记录仪详情分页查询
3 months ago
ALTER
TABLE
MES_RECORDER
MODIFY
(
RECORDER
NVARCHAR2
(
255
)
)
;
ALTER
TABLE
MES_RECORDER
MODIFY
(
MEMO
CLOB
)
;