Compare commits
No commits in common. "7c447d50697c006a9f5c671f2b3f1dc3ee471eb5" and "319452ab3c43d56ab5d78265b7e761a5d552af94" have entirely different histories.
7c447d5069
...
319452ab3c
@ -234,7 +234,7 @@
|
|||||||
) VALUES (
|
) VALUES (
|
||||||
#{userId}
|
#{userId}
|
||||||
, #{saleStoreId}
|
, #{saleStoreId}
|
||||||
, SUBSTRING(#{userId},1,10)
|
, SUBSTRING(#{userId},0,31)
|
||||||
, #{category}
|
, #{category}
|
||||||
, #{name}
|
, #{name}
|
||||||
, #{nameKana}
|
, #{nameKana}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user