Commit 34bf12e5af5d2f13849aad3f37835b930ec0c23e

Authored by liquanyu
1 parent 10e7bf5050

update

Showing 1 changed file with 4 additions and 2 deletions

platform-biz-service/src/main/resources/mainOrm/master/MasterLis.xml View file @ 34bf12e
... ... @@ -22,7 +22,8 @@
22 22 CREATED,
23 23 HOSPITAL_ID,
24 24 PHONE,
25   - ITEM_JSON
  25 + ITEM_JSON,
  26 + STATUS
26 27 ) VALUES (
27 28 #{lisId},
28 29 #{title},
... ... @@ -42,7 +43,8 @@
42 43 #{created},
43 44 #{hospitalId},
44 45 #{phone},
45   - #{itemJson}
  46 + #{itemJson},
  47 + #{status}
46 48 )
47 49  
48 50 </insert>