增加信眾牌位範本及疏文
This commit is contained in:
@@ -1219,7 +1219,7 @@ public class orderController : ApiController
|
||||
? item.from_id : null;
|
||||
order.f_num_tablet = item.f_num_tablet;
|
||||
order.from_id_tablet = item.from_id_tablet;
|
||||
order.print_id = item.GenerateSequentialId();
|
||||
order.print_id =(!string.IsNullOrEmpty(order.print_id)? order.print_id: item.GenerateSequentialId());
|
||||
order.address = item.address;
|
||||
order.start_date = item.start_date.HasValue
|
||||
? item.start_date : null;
|
||||
|
||||
Reference in New Issue
Block a user