1.bug调整
This commit is contained in:
@@ -1505,8 +1505,8 @@
|
||||
<select id="getCustomDetailByLineId" resultType="map">
|
||||
SELECT line.id AS lineId,
|
||||
CONCAT(CONCAT(CONCAT(sub.NAME, '_'), vo.NAME), CONCAT('_', line.NAME)) AS lineName,
|
||||
CONCAT(CONCAT(COALESCE(detail.pt1, 'N/A'), ':'), COALESCE(detail.pt2, 'N/A')) AS pt,
|
||||
CONCAT(CONCAT(COALESCE(detail.ct1, 'N/A'), ':'), COALESCE(detail.ct2, 'N/A')) AS ct,
|
||||
CONCAT(detail.pt1, ':', detail.pt2) AS pt,
|
||||
CONCAT(detail.ct1, ':', detail.ct2) AS ct,
|
||||
detail.Dev_Capacity AS Dev_Capacity,
|
||||
detail.Short_Capacity AS Short_Capacity,
|
||||
detail.Standard_Capacity AS Standard_Capacity,
|
||||
|
||||
Reference in New Issue
Block a user