Commit d185283d authored by 周楠's avatar 周楠

add: product percent

parent 5fef58eb
Pipeline #19901 passed with stage
in 1 minute 4 seconds
......@@ -597,6 +597,7 @@ class ProductService extends Service {
abridge_desc: v.abridge_desc,
front_image: v.front_image,
back_image: v.back_image,
percent: v.percent ? v.percent : '0',
};
if (!ctx.isEmpty(v.partner_alias)) {
tmp.partner = v.partner_alias;
......@@ -623,6 +624,7 @@ class ProductService extends Service {
abridge_desc: v.abridge_desc,
front_image: v.front_image,
back_image: v.back_image,
percent: v.percent ? v.percent : '0',
};
if (!ctx.isEmpty(v.partner_alias)) {
tmp.partner = v.partner_alias;
......
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