Commit ae7e54c7 authored by suhuiguang's avatar suhuiguang

1.详情增加b.sequence_nbr as sequenceNbr字段

parent b5ce88ed
......@@ -58,7 +58,8 @@
b.use_code as unitCode,
b.use_code as useUnitCode,
a.expiry_date as businessDeadline,
a.licenceType
a.licenceType,
b.sequence_nbr as sequenceNbr
from
(SELECT
unit_code,
......
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