Commit 458ad000 authored by Lambertliu's avatar Lambertliu

fix(jg):车用气瓶代码找回

parent de5362ef
...@@ -741,6 +741,7 @@ public class JgVehicleInformationServiceImpl extends BaseService<JgVehicleInform ...@@ -741,6 +741,7 @@ public class JgVehicleInformationServiceImpl extends BaseService<JgVehicleInform
params.put("model", taskMessageDto); params.put("model", taskMessageDto);
commonService.updateTaskModel(params); commonService.updateTaskModel(params);
} }
this.getBaseMapper().updateById(jgVehicleInformation);
commonService.saveExecuteFlowData2Redis(jgVehicleInformation.getInstanceId(), this.buildInstanceRuntimeData(jgVehicleInformation)); commonService.saveExecuteFlowData2Redis(jgVehicleInformation.getInstanceId(), this.buildInstanceRuntimeData(jgVehicleInformation));
} }
......
...@@ -1095,7 +1095,6 @@ ...@@ -1095,7 +1095,6 @@
<w:insideH w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:insideH w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
<w:insideV w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:insideV w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
</w:tblBorders> </w:tblBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:tblCellMar> <w:tblCellMar>
<w:top w:w="15" w:type="dxa"/> <w:top w:w="15" w:type="dxa"/>
<w:left w:w="15" w:type="dxa"/> <w:left w:w="15" w:type="dxa"/>
...@@ -1109,6 +1108,7 @@ ...@@ -1109,6 +1108,7 @@
<w:tcW w:w="1190" w:type="dxa"/> <w:tcW w:w="1190" w:type="dxa"/>
<w:vmerge w:val="continue"/> <w:vmerge w:val="continue"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap w:val="0"/>
<w:vAlign w:val="center"/> <w:vAlign w:val="center"/>
</w:tcPr> </w:tcPr>
<w:p> <w:p>
...@@ -1127,6 +1127,7 @@ ...@@ -1127,6 +1127,7 @@
<w:tcW w:w="2865" w:type="dxa"/> <w:tcW w:w="2865" w:type="dxa"/>
<w:gridSpan w:val="2"/> <w:gridSpan w:val="2"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap w:val="0"/>
<w:vAlign w:val="center"/> <w:vAlign w:val="center"/>
</w:tcPr> </w:tcPr>
<w:p> <w:p>
...@@ -1145,9 +1146,10 @@ ...@@ -1145,9 +1146,10 @@
</w:tc> </w:tc>
<w:tc> <w:tc>
<w:tcPr> <w:tcPr>
<w:tcW w:w="1789" w:type="dxa"/> <w:tcW w:w="1301" w:type="dxa"/>
<w:gridSpan w:val="3"/> <w:gridSpan w:val="2"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap w:val="0"/>
<w:vAlign w:val="center"/> <w:vAlign w:val="center"/>
</w:tcPr> </w:tcPr>
<w:p> <w:p>
...@@ -1166,8 +1168,10 @@ ...@@ -1166,8 +1168,10 @@
</w:tc> </w:tc>
<w:tc> <w:tc>
<w:tcPr> <w:tcPr>
<w:tcW w:w="1584" w:type="dxa"/> <w:tcW w:w="2072" w:type="dxa"/>
<w:gridSpan w:val="2"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap w:val="0"/>
<w:vAlign w:val="center"/> <w:vAlign w:val="center"/>
</w:tcPr> </w:tcPr>
<w:p> <w:p>
...@@ -1188,6 +1192,7 @@ ...@@ -1188,6 +1192,7 @@
<w:tcPr> <w:tcPr>
<w:tcW w:w="2041" w:type="dxa"/> <w:tcW w:w="2041" w:type="dxa"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap w:val="0"/>
<w:vAlign w:val="center"/> <w:vAlign w:val="center"/>
</w:tcPr> </w:tcPr>
<w:p> <w:p>
...@@ -1206,209 +1211,16 @@ ...@@ -1206,209 +1211,16 @@
</w:tc> </w:tc>
</w:tr> </w:tr>
<#list equipBasicInfoList as equipList> <#list equipBasicInfoList as equipList>
<w:tr>
<w:tblPrEx>
<w:tblBorders>
<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
<w:left
w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
<w:bottom w:val="single" w:sz="4"
wx:bdrwidth="10"
w:space="0"
w:color="auto"/>
<w:right
w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
<w:insideH w:val="single" w:sz="4"
wx:bdrwidth="10"
w:space="0"
w:color="auto"/>
<w:insideV
w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
</w:tblBorders>
<w:shd w:val="clear"
w:color="auto"
w:fill="auto"/>
<w:tblCellMar>
<w:top w:w="15" w:type="dxa"/>
<w:left w:w="15" w:type="dxa"/>
<w:bottom w:w="15" w:type="dxa"/>
<w:right w:w="15" w:type="dxa"/>
</w:tblCellMar>
</w:tblPrEx>
<w:trPr/>
<w:tc>
<w:tcPr>
<w:tcW w:w="1190" w:type="dxa"/>
<w:vmerge w:val="continue"/>
<w:shd w:val="clear"
w:color="auto"
w:fill="auto"/>
<w:vAlign
w:val="center"/>
</w:tcPr>
<w:p>
<w:pPr>
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
</w:p>
</w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:w="2865" w:type="dxa"/>
<w:gridSpan w:val="2"/>
<w:shd w:val="clear" w:color="auto"
w:fill="auto"/>
<w:vAlign
w:val="center"/>
</w:tcPr>
<w:p>
<w:pPr>
<w:jc w:val="left"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
<w:rPr>
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern
w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"
w:bidi="AR-SA"/>
</w:rPr>
<w:t>${equipList.produceUnitName}</w:t>
</w:r>
</w:p>
</w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:w="1789" w:type="dxa"/>
<w:gridSpan w:val="3"/>
<w:shd w:val="clear" w:color="auto"
w:fill="auto"/>
<w:vAlign
w:val="center"/>
</w:tcPr>
<w:p>
<w:pPr>
<w:jc w:val="left"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
<w:rPr>
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="fareast"/>
<w:kern
w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"
w:bidi="AR-SA"/>
</w:rPr>
<w:t>${equipList.produceDate}</w:t>
</w:r>
</w:p>
</w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:w="1584" w:type="dxa"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:vAlign
w:val="center"/>
</w:tcPr>
<w:p>
<w:pPr>
<w:jc w:val="left"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
<w:rPr>
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern
w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"
w:bidi="AR-SA"/>
</w:rPr>
<w:t>${equipList.factoryNum}</w:t>
</w:r>
</w:p>
</w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:w="2041" w:type="dxa"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:vAlign
w:val="center"/>
</w:tcPr>
<w:p>
<w:pPr>
<w:jc w:val="left"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
<w:rPr>
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="fareast"/>
<w:kern
w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"
w:bidi="AR-SA"/>
</w:rPr>
<w:t>${equipList.useInnerCode}</w:t>
</w:r>
</w:p>
</w:tc>
</w:tr>
</#list>
<w:tr> <w:tr>
<w:tblPrEx> <w:tblPrEx>
<w:tblBorders> <w:tblBorders>
<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
<w:left <w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
<w:bottom w:val="single" w:sz="4" <w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
wx:bdrwidth="10" <w:insideH w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
w:space="0" <w:insideV w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
w:color="auto"/>
<w:right
w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
<w:insideH w:val="single" w:sz="4"
wx:bdrwidth="10"
w:space="0"
w:color="auto"/>
<w:insideV
w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
</w:tblBorders> </w:tblBorders>
<w:shd w:val="clear"
w:color="auto"
w:fill="auto"/>
<w:tblCellMar> <w:tblCellMar>
<w:top w:w="15" w:type="dxa"/> <w:top w:w="15" w:type="dxa"/>
<w:left w:w="15" w:type="dxa"/> <w:left w:w="15" w:type="dxa"/>
...@@ -1421,11 +1233,9 @@ ...@@ -1421,11 +1233,9 @@
<w:tcPr> <w:tcPr>
<w:tcW w:w="1190" w:type="dxa"/> <w:tcW w:w="1190" w:type="dxa"/>
<w:vmerge w:val="continue"/> <w:vmerge w:val="continue"/>
<w:shd w:val="clear" <w:shd w:val="clear" w:color="auto" w:fill="auto"/>
w:color="auto" <w:noWrap w:val="0"/>
w:fill="auto"/> <w:vAlign w:val="center"/>
<w:vAlign
w:val="center"/>
</w:tcPr> </w:tcPr>
<w:p> <w:p>
<w:pPr> <w:pPr>
...@@ -1442,75 +1252,123 @@ ...@@ -1442,75 +1252,123 @@
<w:tcPr> <w:tcPr>
<w:tcW w:w="2865" w:type="dxa"/> <w:tcW w:w="2865" w:type="dxa"/>
<w:gridSpan w:val="2"/> <w:gridSpan w:val="2"/>
<w:shd w:val="clear" w:color="auto" <w:shd w:val="clear" w:color="auto" w:fill="auto"/>
w:fill="auto"/> <w:noWrap w:val="0"/>
<w:vAlign <w:vAlign w:val="center"/>
w:val="center"/>
</w:tcPr> </w:tcPr>
<w:p> <w:p>
<w:pPr> <w:pPr>
<w:jc w:val="left"/>
<w:rPr> <w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/> <w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/> <w:sz w:val="24"/>
<w:sz-cs w:val="24"/> <w:sz-cs w:val="24"/>
</w:rPr> </w:rPr>
</w:pPr> </w:pPr>
<w:r>
<w:rPr>
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${equipList.produceUnitName}</w:t>
</w:r>
</w:p> </w:p>
</w:tc> </w:tc>
<w:tc> <w:tc>
<w:tcPr> <w:tcPr>
<w:tcW w:w="1789" w:type="dxa"/> <w:tcW w:w="1301" w:type="dxa"/>
<w:gridSpan w:val="3"/> <w:gridSpan w:val="2"/>
<w:shd w:val="clear" w:color="auto" <w:shd w:val="clear" w:color="auto" w:fill="auto"/>
w:fill="auto"/> <w:noWrap w:val="0"/>
<w:vAlign <w:vAlign w:val="center"/>
w:val="center"/>
</w:tcPr> </w:tcPr>
<w:p> <w:p>
<w:pPr> <w:pPr>
<w:jc w:val="left"/>
<w:rPr> <w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/> <w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/> <w:sz w:val="24"/>
<w:sz-cs w:val="24"/> <w:sz-cs w:val="24"/>
</w:rPr> </w:rPr>
</w:pPr> </w:pPr>
<w:r>
<w:rPr>
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="fareast"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${equipList.produceDate}</w:t>
</w:r>
</w:p> </w:p>
</w:tc> </w:tc>
<w:tc> <w:tc>
<w:tcPr> <w:tcPr>
<w:tcW w:w="1584" w:type="dxa"/> <w:tcW w:w="2072" w:type="dxa"/>
<w:gridSpan w:val="2"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:vAlign <w:noWrap w:val="0"/>
w:val="center"/> <w:vAlign w:val="center"/>
</w:tcPr> </w:tcPr>
<w:p> <w:p>
<w:pPr> <w:pPr>
<w:jc w:val="left"/>
<w:rPr> <w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/> <w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/> <w:sz w:val="24"/>
<w:sz-cs w:val="24"/> <w:sz-cs w:val="24"/>
</w:rPr> </w:rPr>
</w:pPr> </w:pPr>
<w:r>
<w:rPr>
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${equipList.factoryNum}</w:t>
</w:r>
</w:p> </w:p>
</w:tc> </w:tc>
<w:tc> <w:tc>
<w:tcPr> <w:tcPr>
<w:tcW w:w="2041" w:type="dxa"/> <w:tcW w:w="2041" w:type="dxa"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:vAlign <w:noWrap w:val="0"/>
w:val="center"/> <w:vAlign w:val="center"/>
</w:tcPr> </w:tcPr>
<w:p> <w:p>
<w:pPr> <w:pPr>
<w:jc w:val="left"/>
<w:rPr> <w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/> <w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/> <w:sz w:val="24"/>
<w:sz-cs w:val="24"/> <w:sz-cs w:val="24"/>
</w:rPr> </w:rPr>
</w:pPr> </w:pPr>
<w:r>
<w:rPr>
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="fareast"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${equipList.useInnerCode}</w:t>
</w:r>
</w:p> </w:p>
</w:tc> </w:tc>
</w:tr> </w:tr>
</#list>
<w:tr> <w:tr>
<w:tblPrEx> <w:tblPrEx>
<w:tblBorders> <w:tblBorders>
...@@ -2571,8 +2429,7 @@ ...@@ -2571,8 +2429,7 @@
<w:ind w:first-line="480" w:first-line-chars="200"/> <w:ind w:first-line="480" w:first-line-chars="200"/>
</w:pPr> </w:pPr>
<w:r> <w:r>
<w:t>在此申明:所申报的内容真实;在使用过程中,将严格执行《中华人民共和国 特种设备安全法》及相关规定, <w:t>在此申明:所申报的内容真实;在使用过程中,将严格执行《中华人民共和国 特种设备安全法》及相关规定,并且接受特种设备安全监督管理部门的监督管理。
并且接受特种设备安全监督管理部门的监督管理。
</w:t> </w:t>
</w:r> </w:r>
</w:p> </w:p>
...@@ -2613,7 +2470,7 @@ ...@@ -2613,7 +2470,7 @@
<w:rFonts w:hint="fareast"/> <w:rFonts w:hint="fareast"/>
<w:lang w:val="EN-US"/> <w:lang w:val="EN-US"/>
</w:rPr> </w:rPr>
<w:t> </w:t> <w:t> </w:t>
</w:r> </w:r>
<w:r> <w:r>
<w:rPr> <w:rPr>
...@@ -2732,7 +2589,7 @@ ...@@ -2732,7 +2589,7 @@
<w:rFonts w:hint="fareast"/> <w:rFonts w:hint="fareast"/>
<w:lang w:val="EN-US"/> <w:lang w:val="EN-US"/>
</w:rPr> </w:rPr>
<w:t> </w:t> <w:t> </w:t>
</w:r> </w:r>
<w:r> <w:r>
<w:rPr> <w:rPr>
...@@ -2771,7 +2628,7 @@ ...@@ -2771,7 +2628,7 @@
<w:rPr> <w:rPr>
<w:rFonts w:hint="default"/> <w:rFonts w:hint="default"/>
</w:rPr> </w:rPr>
<w:t> </w:t> <w:t> </w:t>
</w:r> </w:r>
<w:r> <w:r>
<w:rPr> <w:rPr>
...@@ -2783,7 +2640,7 @@ ...@@ -2783,7 +2640,7 @@
<w:rPr> <w:rPr>
<w:rFonts w:hint="default"/> <w:rFonts w:hint="default"/>
</w:rPr> </w:rPr>
<w:t> </w:t> <w:t> </w:t>
</w:r> </w:r>
<w:r> <w:r>
<w:rPr> <w:rPr>
...@@ -2795,7 +2652,7 @@ ...@@ -2795,7 +2652,7 @@
<w:rPr> <w:rPr>
<w:rFonts w:hint="default"/> <w:rFonts w:hint="default"/>
</w:rPr> </w:rPr>
<w:t> </w:t> <w:t> </w:t>
</w:r> </w:r>
<w:r> <w:r>
<w:rPr> <w:rPr>
...@@ -2882,7 +2739,7 @@ ...@@ -2882,7 +2739,7 @@
<w:rFonts w:hint="fareast"/> <w:rFonts w:hint="fareast"/>
<w:lang w:val="EN-US"/> <w:lang w:val="EN-US"/>
</w:rPr> </w:rPr>
<w:t> </w:t> <w:t> </w:t>
</w:r> </w:r>
<w:r> <w:r>
<w:rPr> <w:rPr>
...@@ -2981,7 +2838,7 @@ ...@@ -2981,7 +2838,7 @@
<w:rPr> <w:rPr>
<w:rFonts w:hint="default"/> <w:rFonts w:hint="default"/>
</w:rPr> </w:rPr>
<w:t> </w:t> <w:t> </w:t>
</w:r> </w:r>
<w:r> <w:r>
<w:rPr> <w:rPr>
...@@ -2993,7 +2850,7 @@ ...@@ -2993,7 +2850,7 @@
<w:rPr> <w:rPr>
<w:rFonts w:hint="default"/> <w:rFonts w:hint="default"/>
</w:rPr> </w:rPr>
<w:t> </w:t> <w:t> </w:t>
</w:r> </w:r>
<w:r> <w:r>
<w:rPr> <w:rPr>
...@@ -3005,7 +2862,7 @@ ...@@ -3005,7 +2862,7 @@
<w:rPr> <w:rPr>
<w:rFonts w:hint="default"/> <w:rFonts w:hint="default"/>
</w:rPr> </w:rPr>
<w:t> </w:t> <w:t> </w:t>
</w:r> </w:r>
<w:r> <w:r>
<w:t></w:t> <w:t></w:t>
......
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