Merge pull request '비밀번호 10자리로 자릿수 변경' (#314) from feature/rjy-0113 into dev
Reviewed-on: #314
This commit is contained in:
commit
6682663381
@ -234,7 +234,7 @@
|
|||||||
) VALUES (
|
) VALUES (
|
||||||
#{userId}
|
#{userId}
|
||||||
, #{saleStoreId}
|
, #{saleStoreId}
|
||||||
, SUBSTRING(#{userId},0,31)
|
, SUBSTRING(#{userId},1,10)
|
||||||
, #{category}
|
, #{category}
|
||||||
, #{name}
|
, #{name}
|
||||||
, #{nameKana}
|
, #{nameKana}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user