Commit c872e903 authored by Hsinli's avatar Hsinli

add

parent 2ef9d793
Pipeline #19751 passed with stage
in 1 minute 4 seconds
......@@ -90,6 +90,7 @@ class LotteryPubliciseService extends Service {
for (let i in list) {
ret.list[i] = {
status: list[i].publicise_id === 0 ? 0 : 1,
id: list[i].id,
no: list[i].no,
house_name: list[i].house_name
}
......
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