Prechádzať zdrojové kódy

Merge remote-tracking branch 'origin/developerC' into developerC

Aslee 3 rokov pred
rodič
commit
6fe48225e8

+ 1 - 1
src/main/resources/mapper/SecondHandMapper.xml

@@ -111,7 +111,7 @@
             cshd.productDetails,
             cshd.productQuality,
             cshd.secondHandType,
-            cshd.instrumentType,
+            ifnull(cshd.instrumentType,0) as instrumentType,
             cshd.showContactFlag,
             cshd.contactMobile,
             cshd.contactName,