Commit 9ece74d0 by huluobin

update

parent ae14bb01
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
select * select *
from purchase_sku from purchase_sku
where sku_name like concat('%', #{skuName}, '%') where sku_name like concat('%', #{skuName}, '%')
limit 1S limit 1
</select> </select>
</mapper> </mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment