dujinyan před 7 roky
rodič
revize
2c548c25a9

+ 22 - 22
watero-rst-service/src/main/java/com/iamberry/rst/service/cm/mapper/complaintDetectInfoMapper.xml

@@ -2,28 +2,28 @@
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
 <mapper namespace="com.iamberry.rst.service.cm.mapper.ComplaintDetectInfoMapper" >
   <resultMap id="BaseResultMap" type="ComplaintDetectInfo" >
-    <id column="detect_id" property="detectId" jdbcType="INTEGER" />
-    <result column="customer_id" property="customerId" jdbcType="INTEGER" />
-    <result column="signclosed_id" property="signclosedId" jdbcType="INTEGER" />
-    <result column="product_id" property="productId" jdbcType="INTEGER" />
-    <result column="detect_product_number" property="detectProductNumber" jdbcType="VARCHAR" />
-    <result column="detect_state" property="detectState" jdbcType="BIT" />
-    <result column="detect_phenomenon" property="detectPhenomenon" jdbcType="VARCHAR" />
-    <result column="detect_failure_classification" property="detectFailureClassification" jdbcType="VARCHAR" />
-    <result column="detect_failure_cause" property="detectFailureCause" jdbcType="VARCHAR" />
-    <result column="detect_results" property="detectResults" jdbcType="VARCHAR" />
-    <result column="detect_point" property="detectPoint" jdbcType="VARCHAR" />
-    <result column="detect_analysis" property="detectAnalysis" jdbcType="VARCHAR" />
-    <result column="detect_revolution_produced" property="detectRevolutionProduced" jdbcType="BIT" />
-    <result column="detect_desc" property="detectDesc" jdbcType="VARCHAR" />
-    <result column="signclosed_create_time" property="signclosedCreateTime" jdbcType="TIMESTAMP" />
-    <result column="signclosed_update_time" property="signclosedUpdateTime" jdbcType="TIMESTAMP" />
-    <result column="machine_no" property="machineNo" jdbcType="VARCHAR" />
-    <result column="detect_is_maintenance" property="detectIsMaintenance" jdbcType="BIT" />
-    <result column="detect_date" property="detectDate" jdbcType="DATE" />
-    <result column="maintenance_results" property="maintenanceResults" jdbcType="BIT" />
-    <result column="product_color_id" property="productColorId" jdbcType="INTEGER" />
-  </resultMap>
+  <id column="detect_id" property="detectId" jdbcType="INTEGER" />
+  <result column="customer_id" property="customerId" jdbcType="INTEGER" />
+  <result column="signclosed_id" property="signclosedId" jdbcType="INTEGER" />
+  <result column="product_id" property="productId" jdbcType="INTEGER" />
+  <result column="detect_product_number" property="detectProductNumber" jdbcType="VARCHAR" />
+  <result column="detect_state" property="detectState" jdbcType="BIT" />
+  <result column="detect_phenomenon" property="detectPhenomenon" jdbcType="VARCHAR" />
+  <result column="detect_failure_classification" property="detectFailureClassification" jdbcType="VARCHAR" />
+  <result column="detect_failure_cause" property="detectFailureCause" jdbcType="VARCHAR" />
+  <result column="detect_results" property="detectResults" jdbcType="VARCHAR" />
+  <result column="detect_point" property="detectPoint" jdbcType="VARCHAR" />
+  <result column="detect_analysis" property="detectAnalysis" jdbcType="VARCHAR" />
+  <result column="detect_revolution_produced" property="detectRevolutionProduced" jdbcType="BIT" />
+  <result column="detect_desc" property="detectDesc" jdbcType="VARCHAR" />
+  <result column="signclosed_create_time" property="signclosedCreateTime" jdbcType="TIMESTAMP" />
+  <result column="signclosed_update_time" property="signclosedUpdateTime" jdbcType="TIMESTAMP" />
+  <result column="machine_no" property="machineNo" jdbcType="VARCHAR" />
+  <result column="detect_is_maintenance" property="detectIsMaintenance" jdbcType="BIT" />
+  <result column="detect_date" property="detectDate" jdbcType="DATE" />
+  <result column="maintenance_results" property="maintenanceResults" jdbcType="BIT" />
+  <result column="product_color_id" property="productColorId" jdbcType="INTEGER" />
+</resultMap>
   <sql id="Base_Column_List" >
     detect_id, customer_id,signclosed_id,product_id,detect_product_number, detect_state,
     detect_phenomenon, detect_failure_classification, detect_failure_cause, detect_results,