update
This commit is contained in:
@@ -51,7 +51,7 @@ spring:
|
||||
|
||||
# 文件上传相关 支持阿里云、华为云、腾讯、minio
|
||||
oss:
|
||||
endpoint: http://127.0.0.1:9000
|
||||
endpoint: dlp-minio:9000
|
||||
accessKey: admin
|
||||
secretKey: 87990016
|
||||
bucket-name: dlpfiles
|
||||
|
||||
@@ -266,7 +266,7 @@
|
||||
WHERE entrustment_no LIKE concat(#{prefix}, '%')
|
||||
</select>
|
||||
<select id="getMaxEntrustAcceptNo" parameterType="String" resultType="java.lang.String">
|
||||
SELECT MAX(accept_no) AS maxno
|
||||
SELECT MAX(CAST(SUBSTRING(accept_no, 6) AS UNSIGNED)) AS maxno
|
||||
FROM b_entrustment
|
||||
WHERE accept_no LIKE concat(#{prefix}, '%')
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user