You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zch 99625e57e2 refactor(os-ems): 优化 SQL 查询语句和时间比较逻辑
- 将 '>' 和 '<' 符号替换为 <![CDATA[ ]]>
- 使用 DATE_FORMAT 函数替代 CONVERT 函数,以提高日期格式化的一致性
- 用 LOCATE 函数替换 charindex,以提高字符串定位的可移植性
- 优化时间范围查询条件,使用直接比较替代 DATEDIFF函数
- 统一使用 now() 替代 sysdate(),以保持时间函数的一致性
3 weeks ago
..
src/main refactor(os-ems): 优化 SQL 查询语句和时间比较逻辑 3 weeks ago
pom.xml change - mes模块 1 year ago