TAicbqCfgMapper.xml 51 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  3. <mapper namespace="com.mvc.dao.TAicbqCfgMapper">
  4. <resultMap id="BaseResultMap" type="com.mvc.entity.TAicbqCfg">
  5. <id column="ID" jdbcType="INTEGER" property="id" />
  6. <result column="CFG_ID" jdbcType="VARCHAR" property="cfgId" />
  7. <result column="DEVICE_SN" jdbcType="VARCHAR" property="deviceSn" />
  8. <result column="STATION_CODE" jdbcType="VARCHAR" property="stationCode" />
  9. <result column="LAST_VAL" jdbcType="INTEGER" property="lastVal" />
  10. <result column="SERVER_IP1" jdbcType="VARCHAR" property="serverIp1" />
  11. <result column="SERVER_PORT1" jdbcType="INTEGER" property="serverPort1" />
  12. <result column="SERVER_IP2" jdbcType="VARCHAR" property="serverIp2" />
  13. <result column="SERVER_PORT2" jdbcType="INTEGER" property="serverPort2" />
  14. <result column="SERVER_IP3" jdbcType="VARCHAR" property="serverIp3" />
  15. <result column="SERVER_PORT3" jdbcType="INTEGER" property="serverPort3" />
  16. <result column="SERVER_IP4" jdbcType="VARCHAR" property="serverIp4" />
  17. <result column="SERVER_PORT4" jdbcType="INTEGER" property="serverPort4" />
  18. <result column="DOMAIN_NAME" jdbcType="VARCHAR" property="domainName" />
  19. <result column="DOMAIN_PORT" jdbcType="INTEGER" property="domainPort" />
  20. <result column="DN_TYPE" jdbcType="INTEGER" property="dnType" />
  21. <result column="DIGIT_NUM" jdbcType="INTEGER" property="digitNum" />
  22. <result column="WHEEL_NUM" jdbcType="INTEGER" property="wheelNum" />
  23. <result column="UINT_TYPE" jdbcType="INTEGER" property="uintType" />
  24. <result column="SETUP_DIR" jdbcType="CHAR" property="setupDir" />
  25. <result column="SAMPLE_INTERVAL" jdbcType="INTEGER" property="sampleInterval" />
  26. <result column="UP_INTERVAL" jdbcType="INTEGER" property="upInterval" />
  27. <result column="LT_SAMPLE_INTERVAL" jdbcType="INTEGER" property="ltSampleInterval" />
  28. <result column="WORK_LT" jdbcType="INTEGER" property="workLt" />
  29. <result column="WORK_HT" jdbcType="INTEGER" property="workHt" />
  30. <result column="BAT_ALARM_VT" jdbcType="DECIMAL" property="batAlarmVt" />
  31. <result column="BAT_ALARM_SOC" jdbcType="INTEGER" property="batAlarmSoc" />
  32. <result column="AI_PULL_BACK" jdbcType="INTEGER" property="aiPullBack" />
  33. <result column="AI_PASS" jdbcType="INTEGER" property="aiPass" />
  34. <result column="AI_SINGLE_PASS" jdbcType="INTEGER" property="aiSinglePass" />
  35. <result column="CPU_VERSION" jdbcType="VARCHAR" property="cpuVersion" />
  36. <result column="TONGXUN_VERSION" jdbcType="VARCHAR" property="tongxunVersion" />
  37. <result column="TIANXIAN_TYPE" jdbcType="CHAR" property="tianxianType" />
  38. <result column="TONGXUN_WAY" jdbcType="CHAR" property="tongxunWay" />
  39. <result column="NETWORK_REG_TIMEOUT" jdbcType="INTEGER" property="networkRegTimeout" />
  40. <result column="PWM_HZ" jdbcType="INTEGER" property="pwmHz" />
  41. <result column="PWM_DUTY" jdbcType="INTEGER" property="pwmDuty" />
  42. <result column="FLASH_BRIGHT_MIN" jdbcType="INTEGER" property="flashBrightMin" />
  43. <result column="FLASH_BRIGHT_MAX" jdbcType="INTEGER" property="flashBrightMax" />
  44. <result column="SETUP_YEAR" jdbcType="VARCHAR" property="setupYear" />
  45. <result column="UP_WHOLE_IMG_WEEK1" jdbcType="CHAR" property="upWholeImgWeek1" />
  46. <result column="UP_WHOLE_IMG_WEEK2" jdbcType="CHAR" property="upWholeImgWeek2" />
  47. <result column="UP_WHOLE_IMG_WEEK3" jdbcType="CHAR" property="upWholeImgWeek3" />
  48. <result column="UP_WHOLE_IMG_WEEK4" jdbcType="CHAR" property="upWholeImgWeek4" />
  49. <result column="UP_WHOLE_IMG_WEEK5" jdbcType="CHAR" property="upWholeImgWeek5" />
  50. <result column="UP_WHOLE_IMG_WEEK6" jdbcType="CHAR" property="upWholeImgWeek6" />
  51. <result column="UP_WHOLE_IMG_WEEK7" jdbcType="CHAR" property="upWholeImgWeek7" />
  52. <result column="IP1_EXPAND_ON" jdbcType="CHAR" property="ip1ExpandOn" />
  53. <result column="CREATE_TIME" jdbcType="TIMESTAMP" property="createTime" />
  54. <result column="DATA_FROM" jdbcType="VARCHAR" property="dataFrom" />
  55. <result column="TASK_DOWN_ID" jdbcType="VARCHAR" property="taskDownId" />
  56. <result column="INVALID_TIME" jdbcType="TIMESTAMP" property="invalidTime" />
  57. <result column="USE_FLAG" jdbcType="CHAR" property="useFlag" />
  58. <result column="METER_FONT_STYLE" jdbcType="CHAR" property="meterFontStyle" />
  59. <result column="DEVICE_TYPE" jdbcType="CHAR" property="deviceType" />
  60. <result column="PG_RANGE_MIN" jdbcType="DECIMAL" property="pgRangeMin" />
  61. <result column="PG_RANGE_MAX" jdbcType="DECIMAL" property="pgRangeMax" />
  62. <result column="PG_PRECISION_TYPE" jdbcType="INTEGER" property="pgPrecisionType" />
  63. <result column="PG_CORRECTVALUE" jdbcType="DECIMAL" property="pgCorrectvalue" />
  64. <result column="PG_MANUAL_CONFIG" jdbcType="VARCHAR" property="pgManualConfig" />
  65. <result column="PG_IS_DEBUG" jdbcType="CHAR" property="pgIsDebug" />
  66. <result column="PG_INIT_TARGET_REGION" jdbcType="CHAR" property="pgInitTargetRegion" />
  67. <result column="ISPRINTCOMLOG" jdbcType="CHAR" property="isprintcomlog" />
  68. <result column="ISRESETWDT" jdbcType="CHAR" property="isresetwdt" />
  69. <result column="ISRESETBAT" jdbcType="CHAR" property="isresetbat" />
  70. <result column="ISRESTMCU" jdbcType="CHAR" property="isrestmcu" />
  71. <result column="WI_TASK_MANWAKEUP_FLAG" jdbcType="CHAR" property="wiTaskManwakeupFlag" />
  72. <result column="WI_TASK_MONTH_FLAG" jdbcType="CHAR" property="wiTaskMonthFlag" />
  73. <result column="WI_TASK_SPECDATE_FLAG" jdbcType="VARCHAR" property="wiTaskSpecdateFlag" />
  74. <result column="LOG_UPLOAD_RULES" jdbcType="VARCHAR" property="logUploadRules" />
  75. <result column="UPLOAD_LAST_FAIL_LOG_FLAG" jdbcType="CHAR" property="uploadLastFailLogFlag" />
  76. <result column="LOG_TASK_MANWAKEUP_FLAG" jdbcType="CHAR" property="logTaskManwakeupFlag" />
  77. <result column="PG_MANUAL_CONFIG_LEVEL" jdbcType="CHAR" property="pgManualConfigLevel" />
  78. </resultMap>
  79. <sql id="Example_Where_Clause">
  80. <where>
  81. <foreach collection="oredCriteria" item="criteria" separator="or">
  82. <if test="criteria.valid">
  83. <trim prefix="(" prefixOverrides="and" suffix=")">
  84. <foreach collection="criteria.criteria" item="criterion">
  85. <choose>
  86. <when test="criterion.noValue">
  87. and ${criterion.condition}
  88. </when>
  89. <when test="criterion.singleValue">
  90. and ${criterion.condition} #{criterion.value}
  91. </when>
  92. <when test="criterion.betweenValue">
  93. and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
  94. </when>
  95. <when test="criterion.listValue">
  96. and ${criterion.condition}
  97. <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
  98. #{listItem}
  99. </foreach>
  100. </when>
  101. </choose>
  102. </foreach>
  103. </trim>
  104. </if>
  105. </foreach>
  106. </where>
  107. </sql>
  108. <sql id="Update_By_Example_Where_Clause">
  109. <where>
  110. <foreach collection="example.oredCriteria" item="criteria" separator="or">
  111. <if test="criteria.valid">
  112. <trim prefix="(" prefixOverrides="and" suffix=")">
  113. <foreach collection="criteria.criteria" item="criterion">
  114. <choose>
  115. <when test="criterion.noValue">
  116. and ${criterion.condition}
  117. </when>
  118. <when test="criterion.singleValue">
  119. and ${criterion.condition} #{criterion.value}
  120. </when>
  121. <when test="criterion.betweenValue">
  122. and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
  123. </when>
  124. <when test="criterion.listValue">
  125. and ${criterion.condition}
  126. <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
  127. #{listItem}
  128. </foreach>
  129. </when>
  130. </choose>
  131. </foreach>
  132. </trim>
  133. </if>
  134. </foreach>
  135. </where>
  136. </sql>
  137. <sql id="Base_Column_List">
  138. ID, CFG_ID, DEVICE_SN, STATION_CODE, LAST_VAL, SERVER_IP1, SERVER_PORT1, SERVER_IP2,
  139. SERVER_PORT2, SERVER_IP3, SERVER_PORT3, SERVER_IP4, SERVER_PORT4, DOMAIN_NAME, DOMAIN_PORT,
  140. DN_TYPE, DIGIT_NUM, WHEEL_NUM, UINT_TYPE, SETUP_DIR, SAMPLE_INTERVAL, UP_INTERVAL,
  141. LT_SAMPLE_INTERVAL, WORK_LT, WORK_HT, BAT_ALARM_VT, BAT_ALARM_SOC, AI_PULL_BACK,
  142. AI_PASS, AI_SINGLE_PASS, CPU_VERSION, TONGXUN_VERSION, TIANXIAN_TYPE, TONGXUN_WAY,
  143. NETWORK_REG_TIMEOUT, PWM_HZ, PWM_DUTY, FLASH_BRIGHT_MIN, FLASH_BRIGHT_MAX, SETUP_YEAR,
  144. UP_WHOLE_IMG_WEEK1, UP_WHOLE_IMG_WEEK2, UP_WHOLE_IMG_WEEK3, UP_WHOLE_IMG_WEEK4, UP_WHOLE_IMG_WEEK5,
  145. UP_WHOLE_IMG_WEEK6, UP_WHOLE_IMG_WEEK7, IP1_EXPAND_ON, CREATE_TIME, DATA_FROM, TASK_DOWN_ID,
  146. INVALID_TIME, USE_FLAG, METER_FONT_STYLE, DEVICE_TYPE, PG_RANGE_MIN, PG_RANGE_MAX,
  147. PG_PRECISION_TYPE, PG_CORRECTVALUE, PG_MANUAL_CONFIG, PG_IS_DEBUG, PG_INIT_TARGET_REGION,
  148. ISPRINTCOMLOG, ISRESETWDT, ISRESETBAT, ISRESTMCU, WI_TASK_MANWAKEUP_FLAG, WI_TASK_MONTH_FLAG,
  149. WI_TASK_SPECDATE_FLAG, LOG_UPLOAD_RULES, UPLOAD_LAST_FAIL_LOG_FLAG, LOG_TASK_MANWAKEUP_FLAG,
  150. PG_MANUAL_CONFIG_LEVEL
  151. </sql>
  152. <select id="selectByExample" parameterType="com.mvc.entity.TAicbqCfgExample" resultMap="BaseResultMap">
  153. select
  154. <if test="distinct">
  155. distinct
  156. </if>
  157. <include refid="Base_Column_List" />
  158. from t_aicbq_cfg
  159. <if test="_parameter != null">
  160. <include refid="Example_Where_Clause" />
  161. </if>
  162. <if test="orderByClause != null">
  163. order by ${orderByClause}
  164. </if>
  165. </select>
  166. <select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="BaseResultMap">
  167. select
  168. <include refid="Base_Column_List" />
  169. from t_aicbq_cfg
  170. where ID = #{id,jdbcType=INTEGER}
  171. </select>
  172. <delete id="deleteByPrimaryKey" parameterType="java.lang.Integer">
  173. delete from t_aicbq_cfg
  174. where ID = #{id,jdbcType=INTEGER}
  175. </delete>
  176. <delete id="deleteByExample" parameterType="com.mvc.entity.TAicbqCfgExample">
  177. delete from t_aicbq_cfg
  178. <if test="_parameter != null">
  179. <include refid="Example_Where_Clause" />
  180. </if>
  181. </delete>
  182. <insert id="insert" parameterType="com.mvc.entity.TAicbqCfg">
  183. insert into t_aicbq_cfg (ID, CFG_ID, DEVICE_SN,
  184. STATION_CODE, LAST_VAL, SERVER_IP1,
  185. SERVER_PORT1, SERVER_IP2, SERVER_PORT2,
  186. SERVER_IP3, SERVER_PORT3, SERVER_IP4,
  187. SERVER_PORT4, DOMAIN_NAME, DOMAIN_PORT,
  188. DN_TYPE, DIGIT_NUM, WHEEL_NUM,
  189. UINT_TYPE, SETUP_DIR, SAMPLE_INTERVAL,
  190. UP_INTERVAL, LT_SAMPLE_INTERVAL, WORK_LT,
  191. WORK_HT, BAT_ALARM_VT, BAT_ALARM_SOC,
  192. AI_PULL_BACK, AI_PASS, AI_SINGLE_PASS,
  193. CPU_VERSION, TONGXUN_VERSION, TIANXIAN_TYPE,
  194. TONGXUN_WAY, NETWORK_REG_TIMEOUT, PWM_HZ,
  195. PWM_DUTY, FLASH_BRIGHT_MIN, FLASH_BRIGHT_MAX,
  196. SETUP_YEAR, UP_WHOLE_IMG_WEEK1, UP_WHOLE_IMG_WEEK2,
  197. UP_WHOLE_IMG_WEEK3, UP_WHOLE_IMG_WEEK4, UP_WHOLE_IMG_WEEK5,
  198. UP_WHOLE_IMG_WEEK6, UP_WHOLE_IMG_WEEK7, IP1_EXPAND_ON,
  199. CREATE_TIME, DATA_FROM, TASK_DOWN_ID,
  200. INVALID_TIME, USE_FLAG, METER_FONT_STYLE,
  201. DEVICE_TYPE, PG_RANGE_MIN, PG_RANGE_MAX,
  202. PG_PRECISION_TYPE, PG_CORRECTVALUE, PG_MANUAL_CONFIG,
  203. PG_IS_DEBUG, PG_INIT_TARGET_REGION, ISPRINTCOMLOG,
  204. ISRESETWDT, ISRESETBAT, ISRESTMCU,
  205. WI_TASK_MANWAKEUP_FLAG, WI_TASK_MONTH_FLAG, WI_TASK_SPECDATE_FLAG,
  206. LOG_UPLOAD_RULES, UPLOAD_LAST_FAIL_LOG_FLAG, LOG_TASK_MANWAKEUP_FLAG,
  207. PG_MANUAL_CONFIG_LEVEL)
  208. values (#{id,jdbcType=INTEGER}, #{cfgId,jdbcType=VARCHAR}, #{deviceSn,jdbcType=VARCHAR},
  209. #{stationCode,jdbcType=VARCHAR}, #{lastVal,jdbcType=INTEGER}, #{serverIp1,jdbcType=VARCHAR},
  210. #{serverPort1,jdbcType=INTEGER}, #{serverIp2,jdbcType=VARCHAR}, #{serverPort2,jdbcType=INTEGER},
  211. #{serverIp3,jdbcType=VARCHAR}, #{serverPort3,jdbcType=INTEGER}, #{serverIp4,jdbcType=VARCHAR},
  212. #{serverPort4,jdbcType=INTEGER}, #{domainName,jdbcType=VARCHAR}, #{domainPort,jdbcType=INTEGER},
  213. #{dnType,jdbcType=INTEGER}, #{digitNum,jdbcType=INTEGER}, #{wheelNum,jdbcType=INTEGER},
  214. #{uintType,jdbcType=INTEGER}, #{setupDir,jdbcType=CHAR}, #{sampleInterval,jdbcType=INTEGER},
  215. #{upInterval,jdbcType=INTEGER}, #{ltSampleInterval,jdbcType=INTEGER}, #{workLt,jdbcType=INTEGER},
  216. #{workHt,jdbcType=INTEGER}, #{batAlarmVt,jdbcType=DECIMAL}, #{batAlarmSoc,jdbcType=INTEGER},
  217. #{aiPullBack,jdbcType=INTEGER}, #{aiPass,jdbcType=INTEGER}, #{aiSinglePass,jdbcType=INTEGER},
  218. #{cpuVersion,jdbcType=VARCHAR}, #{tongxunVersion,jdbcType=VARCHAR}, #{tianxianType,jdbcType=CHAR},
  219. #{tongxunWay,jdbcType=CHAR}, #{networkRegTimeout,jdbcType=INTEGER}, #{pwmHz,jdbcType=INTEGER},
  220. #{pwmDuty,jdbcType=INTEGER}, #{flashBrightMin,jdbcType=INTEGER}, #{flashBrightMax,jdbcType=INTEGER},
  221. #{setupYear,jdbcType=VARCHAR}, #{upWholeImgWeek1,jdbcType=CHAR}, #{upWholeImgWeek2,jdbcType=CHAR},
  222. #{upWholeImgWeek3,jdbcType=CHAR}, #{upWholeImgWeek4,jdbcType=CHAR}, #{upWholeImgWeek5,jdbcType=CHAR},
  223. #{upWholeImgWeek6,jdbcType=CHAR}, #{upWholeImgWeek7,jdbcType=CHAR}, #{ip1ExpandOn,jdbcType=CHAR},
  224. #{createTime,jdbcType=TIMESTAMP}, #{dataFrom,jdbcType=VARCHAR}, #{taskDownId,jdbcType=VARCHAR},
  225. #{invalidTime,jdbcType=TIMESTAMP}, #{useFlag,jdbcType=CHAR}, #{meterFontStyle,jdbcType=CHAR},
  226. #{deviceType,jdbcType=CHAR}, #{pgRangeMin,jdbcType=DECIMAL}, #{pgRangeMax,jdbcType=DECIMAL},
  227. #{pgPrecisionType,jdbcType=INTEGER}, #{pgCorrectvalue,jdbcType=DECIMAL}, #{pgManualConfig,jdbcType=VARCHAR},
  228. #{pgIsDebug,jdbcType=CHAR}, #{pgInitTargetRegion,jdbcType=CHAR}, #{isprintcomlog,jdbcType=CHAR},
  229. #{isresetwdt,jdbcType=CHAR}, #{isresetbat,jdbcType=CHAR}, #{isrestmcu,jdbcType=CHAR},
  230. #{wiTaskManwakeupFlag,jdbcType=CHAR}, #{wiTaskMonthFlag,jdbcType=CHAR}, #{wiTaskSpecdateFlag,jdbcType=VARCHAR},
  231. #{logUploadRules,jdbcType=VARCHAR}, #{uploadLastFailLogFlag,jdbcType=CHAR}, #{logTaskManwakeupFlag,jdbcType=CHAR},
  232. #{pgManualConfigLevel,jdbcType=CHAR})
  233. </insert>
  234. <insert id="insertSelective" parameterType="com.mvc.entity.TAicbqCfg">
  235. insert into t_aicbq_cfg
  236. <trim prefix="(" suffix=")" suffixOverrides=",">
  237. <if test="id != null">
  238. ID,
  239. </if>
  240. <if test="cfgId != null">
  241. CFG_ID,
  242. </if>
  243. <if test="deviceSn != null">
  244. DEVICE_SN,
  245. </if>
  246. <if test="stationCode != null">
  247. STATION_CODE,
  248. </if>
  249. <if test="lastVal != null">
  250. LAST_VAL,
  251. </if>
  252. <if test="serverIp1 != null">
  253. SERVER_IP1,
  254. </if>
  255. <if test="serverPort1 != null">
  256. SERVER_PORT1,
  257. </if>
  258. <if test="serverIp2 != null">
  259. SERVER_IP2,
  260. </if>
  261. <if test="serverPort2 != null">
  262. SERVER_PORT2,
  263. </if>
  264. <if test="serverIp3 != null">
  265. SERVER_IP3,
  266. </if>
  267. <if test="serverPort3 != null">
  268. SERVER_PORT3,
  269. </if>
  270. <if test="serverIp4 != null">
  271. SERVER_IP4,
  272. </if>
  273. <if test="serverPort4 != null">
  274. SERVER_PORT4,
  275. </if>
  276. <if test="domainName != null">
  277. DOMAIN_NAME,
  278. </if>
  279. <if test="domainPort != null">
  280. DOMAIN_PORT,
  281. </if>
  282. <if test="dnType != null">
  283. DN_TYPE,
  284. </if>
  285. <if test="digitNum != null">
  286. DIGIT_NUM,
  287. </if>
  288. <if test="wheelNum != null">
  289. WHEEL_NUM,
  290. </if>
  291. <if test="uintType != null">
  292. UINT_TYPE,
  293. </if>
  294. <if test="setupDir != null">
  295. SETUP_DIR,
  296. </if>
  297. <if test="sampleInterval != null">
  298. SAMPLE_INTERVAL,
  299. </if>
  300. <if test="upInterval != null">
  301. UP_INTERVAL,
  302. </if>
  303. <if test="ltSampleInterval != null">
  304. LT_SAMPLE_INTERVAL,
  305. </if>
  306. <if test="workLt != null">
  307. WORK_LT,
  308. </if>
  309. <if test="workHt != null">
  310. WORK_HT,
  311. </if>
  312. <if test="batAlarmVt != null">
  313. BAT_ALARM_VT,
  314. </if>
  315. <if test="batAlarmSoc != null">
  316. BAT_ALARM_SOC,
  317. </if>
  318. <if test="aiPullBack != null">
  319. AI_PULL_BACK,
  320. </if>
  321. <if test="aiPass != null">
  322. AI_PASS,
  323. </if>
  324. <if test="aiSinglePass != null">
  325. AI_SINGLE_PASS,
  326. </if>
  327. <if test="cpuVersion != null">
  328. CPU_VERSION,
  329. </if>
  330. <if test="tongxunVersion != null">
  331. TONGXUN_VERSION,
  332. </if>
  333. <if test="tianxianType != null">
  334. TIANXIAN_TYPE,
  335. </if>
  336. <if test="tongxunWay != null">
  337. TONGXUN_WAY,
  338. </if>
  339. <if test="networkRegTimeout != null">
  340. NETWORK_REG_TIMEOUT,
  341. </if>
  342. <if test="pwmHz != null">
  343. PWM_HZ,
  344. </if>
  345. <if test="pwmDuty != null">
  346. PWM_DUTY,
  347. </if>
  348. <if test="flashBrightMin != null">
  349. FLASH_BRIGHT_MIN,
  350. </if>
  351. <if test="flashBrightMax != null">
  352. FLASH_BRIGHT_MAX,
  353. </if>
  354. <if test="setupYear != null">
  355. SETUP_YEAR,
  356. </if>
  357. <if test="upWholeImgWeek1 != null">
  358. UP_WHOLE_IMG_WEEK1,
  359. </if>
  360. <if test="upWholeImgWeek2 != null">
  361. UP_WHOLE_IMG_WEEK2,
  362. </if>
  363. <if test="upWholeImgWeek3 != null">
  364. UP_WHOLE_IMG_WEEK3,
  365. </if>
  366. <if test="upWholeImgWeek4 != null">
  367. UP_WHOLE_IMG_WEEK4,
  368. </if>
  369. <if test="upWholeImgWeek5 != null">
  370. UP_WHOLE_IMG_WEEK5,
  371. </if>
  372. <if test="upWholeImgWeek6 != null">
  373. UP_WHOLE_IMG_WEEK6,
  374. </if>
  375. <if test="upWholeImgWeek7 != null">
  376. UP_WHOLE_IMG_WEEK7,
  377. </if>
  378. <if test="ip1ExpandOn != null">
  379. IP1_EXPAND_ON,
  380. </if>
  381. <if test="createTime != null">
  382. CREATE_TIME,
  383. </if>
  384. <if test="dataFrom != null">
  385. DATA_FROM,
  386. </if>
  387. <if test="taskDownId != null">
  388. TASK_DOWN_ID,
  389. </if>
  390. <if test="invalidTime != null">
  391. INVALID_TIME,
  392. </if>
  393. <if test="useFlag != null">
  394. USE_FLAG,
  395. </if>
  396. <if test="meterFontStyle != null">
  397. METER_FONT_STYLE,
  398. </if>
  399. <if test="deviceType != null">
  400. DEVICE_TYPE,
  401. </if>
  402. <if test="pgRangeMin != null">
  403. PG_RANGE_MIN,
  404. </if>
  405. <if test="pgRangeMax != null">
  406. PG_RANGE_MAX,
  407. </if>
  408. <if test="pgPrecisionType != null">
  409. PG_PRECISION_TYPE,
  410. </if>
  411. <if test="pgCorrectvalue != null">
  412. PG_CORRECTVALUE,
  413. </if>
  414. <if test="pgManualConfig != null">
  415. PG_MANUAL_CONFIG,
  416. </if>
  417. <if test="pgIsDebug != null">
  418. PG_IS_DEBUG,
  419. </if>
  420. <if test="pgInitTargetRegion != null">
  421. PG_INIT_TARGET_REGION,
  422. </if>
  423. <if test="isprintcomlog != null">
  424. ISPRINTCOMLOG,
  425. </if>
  426. <if test="isresetwdt != null">
  427. ISRESETWDT,
  428. </if>
  429. <if test="isresetbat != null">
  430. ISRESETBAT,
  431. </if>
  432. <if test="isrestmcu != null">
  433. ISRESTMCU,
  434. </if>
  435. <if test="wiTaskManwakeupFlag != null">
  436. WI_TASK_MANWAKEUP_FLAG,
  437. </if>
  438. <if test="wiTaskMonthFlag != null">
  439. WI_TASK_MONTH_FLAG,
  440. </if>
  441. <if test="wiTaskSpecdateFlag != null">
  442. WI_TASK_SPECDATE_FLAG,
  443. </if>
  444. <if test="logUploadRules != null">
  445. LOG_UPLOAD_RULES,
  446. </if>
  447. <if test="uploadLastFailLogFlag != null">
  448. UPLOAD_LAST_FAIL_LOG_FLAG,
  449. </if>
  450. <if test="logTaskManwakeupFlag != null">
  451. LOG_TASK_MANWAKEUP_FLAG,
  452. </if>
  453. <if test="pgManualConfigLevel != null">
  454. PG_MANUAL_CONFIG_LEVEL,
  455. </if>
  456. </trim>
  457. <trim prefix="values (" suffix=")" suffixOverrides=",">
  458. <if test="id != null">
  459. #{id,jdbcType=INTEGER},
  460. </if>
  461. <if test="cfgId != null">
  462. #{cfgId,jdbcType=VARCHAR},
  463. </if>
  464. <if test="deviceSn != null">
  465. #{deviceSn,jdbcType=VARCHAR},
  466. </if>
  467. <if test="stationCode != null">
  468. #{stationCode,jdbcType=VARCHAR},
  469. </if>
  470. <if test="lastVal != null">
  471. #{lastVal,jdbcType=INTEGER},
  472. </if>
  473. <if test="serverIp1 != null">
  474. #{serverIp1,jdbcType=VARCHAR},
  475. </if>
  476. <if test="serverPort1 != null">
  477. #{serverPort1,jdbcType=INTEGER},
  478. </if>
  479. <if test="serverIp2 != null">
  480. #{serverIp2,jdbcType=VARCHAR},
  481. </if>
  482. <if test="serverPort2 != null">
  483. #{serverPort2,jdbcType=INTEGER},
  484. </if>
  485. <if test="serverIp3 != null">
  486. #{serverIp3,jdbcType=VARCHAR},
  487. </if>
  488. <if test="serverPort3 != null">
  489. #{serverPort3,jdbcType=INTEGER},
  490. </if>
  491. <if test="serverIp4 != null">
  492. #{serverIp4,jdbcType=VARCHAR},
  493. </if>
  494. <if test="serverPort4 != null">
  495. #{serverPort4,jdbcType=INTEGER},
  496. </if>
  497. <if test="domainName != null">
  498. #{domainName,jdbcType=VARCHAR},
  499. </if>
  500. <if test="domainPort != null">
  501. #{domainPort,jdbcType=INTEGER},
  502. </if>
  503. <if test="dnType != null">
  504. #{dnType,jdbcType=INTEGER},
  505. </if>
  506. <if test="digitNum != null">
  507. #{digitNum,jdbcType=INTEGER},
  508. </if>
  509. <if test="wheelNum != null">
  510. #{wheelNum,jdbcType=INTEGER},
  511. </if>
  512. <if test="uintType != null">
  513. #{uintType,jdbcType=INTEGER},
  514. </if>
  515. <if test="setupDir != null">
  516. #{setupDir,jdbcType=CHAR},
  517. </if>
  518. <if test="sampleInterval != null">
  519. #{sampleInterval,jdbcType=INTEGER},
  520. </if>
  521. <if test="upInterval != null">
  522. #{upInterval,jdbcType=INTEGER},
  523. </if>
  524. <if test="ltSampleInterval != null">
  525. #{ltSampleInterval,jdbcType=INTEGER},
  526. </if>
  527. <if test="workLt != null">
  528. #{workLt,jdbcType=INTEGER},
  529. </if>
  530. <if test="workHt != null">
  531. #{workHt,jdbcType=INTEGER},
  532. </if>
  533. <if test="batAlarmVt != null">
  534. #{batAlarmVt,jdbcType=DECIMAL},
  535. </if>
  536. <if test="batAlarmSoc != null">
  537. #{batAlarmSoc,jdbcType=INTEGER},
  538. </if>
  539. <if test="aiPullBack != null">
  540. #{aiPullBack,jdbcType=INTEGER},
  541. </if>
  542. <if test="aiPass != null">
  543. #{aiPass,jdbcType=INTEGER},
  544. </if>
  545. <if test="aiSinglePass != null">
  546. #{aiSinglePass,jdbcType=INTEGER},
  547. </if>
  548. <if test="cpuVersion != null">
  549. #{cpuVersion,jdbcType=VARCHAR},
  550. </if>
  551. <if test="tongxunVersion != null">
  552. #{tongxunVersion,jdbcType=VARCHAR},
  553. </if>
  554. <if test="tianxianType != null">
  555. #{tianxianType,jdbcType=CHAR},
  556. </if>
  557. <if test="tongxunWay != null">
  558. #{tongxunWay,jdbcType=CHAR},
  559. </if>
  560. <if test="networkRegTimeout != null">
  561. #{networkRegTimeout,jdbcType=INTEGER},
  562. </if>
  563. <if test="pwmHz != null">
  564. #{pwmHz,jdbcType=INTEGER},
  565. </if>
  566. <if test="pwmDuty != null">
  567. #{pwmDuty,jdbcType=INTEGER},
  568. </if>
  569. <if test="flashBrightMin != null">
  570. #{flashBrightMin,jdbcType=INTEGER},
  571. </if>
  572. <if test="flashBrightMax != null">
  573. #{flashBrightMax,jdbcType=INTEGER},
  574. </if>
  575. <if test="setupYear != null">
  576. #{setupYear,jdbcType=VARCHAR},
  577. </if>
  578. <if test="upWholeImgWeek1 != null">
  579. #{upWholeImgWeek1,jdbcType=CHAR},
  580. </if>
  581. <if test="upWholeImgWeek2 != null">
  582. #{upWholeImgWeek2,jdbcType=CHAR},
  583. </if>
  584. <if test="upWholeImgWeek3 != null">
  585. #{upWholeImgWeek3,jdbcType=CHAR},
  586. </if>
  587. <if test="upWholeImgWeek4 != null">
  588. #{upWholeImgWeek4,jdbcType=CHAR},
  589. </if>
  590. <if test="upWholeImgWeek5 != null">
  591. #{upWholeImgWeek5,jdbcType=CHAR},
  592. </if>
  593. <if test="upWholeImgWeek6 != null">
  594. #{upWholeImgWeek6,jdbcType=CHAR},
  595. </if>
  596. <if test="upWholeImgWeek7 != null">
  597. #{upWholeImgWeek7,jdbcType=CHAR},
  598. </if>
  599. <if test="ip1ExpandOn != null">
  600. #{ip1ExpandOn,jdbcType=CHAR},
  601. </if>
  602. <if test="createTime != null">
  603. #{createTime,jdbcType=TIMESTAMP},
  604. </if>
  605. <if test="dataFrom != null">
  606. #{dataFrom,jdbcType=VARCHAR},
  607. </if>
  608. <if test="taskDownId != null">
  609. #{taskDownId,jdbcType=VARCHAR},
  610. </if>
  611. <if test="invalidTime != null">
  612. #{invalidTime,jdbcType=TIMESTAMP},
  613. </if>
  614. <if test="useFlag != null">
  615. #{useFlag,jdbcType=CHAR},
  616. </if>
  617. <if test="meterFontStyle != null">
  618. #{meterFontStyle,jdbcType=CHAR},
  619. </if>
  620. <if test="deviceType != null">
  621. #{deviceType,jdbcType=CHAR},
  622. </if>
  623. <if test="pgRangeMin != null">
  624. #{pgRangeMin,jdbcType=DECIMAL},
  625. </if>
  626. <if test="pgRangeMax != null">
  627. #{pgRangeMax,jdbcType=DECIMAL},
  628. </if>
  629. <if test="pgPrecisionType != null">
  630. #{pgPrecisionType,jdbcType=INTEGER},
  631. </if>
  632. <if test="pgCorrectvalue != null">
  633. #{pgCorrectvalue,jdbcType=DECIMAL},
  634. </if>
  635. <if test="pgManualConfig != null">
  636. #{pgManualConfig,jdbcType=VARCHAR},
  637. </if>
  638. <if test="pgIsDebug != null">
  639. #{pgIsDebug,jdbcType=CHAR},
  640. </if>
  641. <if test="pgInitTargetRegion != null">
  642. #{pgInitTargetRegion,jdbcType=CHAR},
  643. </if>
  644. <if test="isprintcomlog != null">
  645. #{isprintcomlog,jdbcType=CHAR},
  646. </if>
  647. <if test="isresetwdt != null">
  648. #{isresetwdt,jdbcType=CHAR},
  649. </if>
  650. <if test="isresetbat != null">
  651. #{isresetbat,jdbcType=CHAR},
  652. </if>
  653. <if test="isrestmcu != null">
  654. #{isrestmcu,jdbcType=CHAR},
  655. </if>
  656. <if test="wiTaskManwakeupFlag != null">
  657. #{wiTaskManwakeupFlag,jdbcType=CHAR},
  658. </if>
  659. <if test="wiTaskMonthFlag != null">
  660. #{wiTaskMonthFlag,jdbcType=CHAR},
  661. </if>
  662. <if test="wiTaskSpecdateFlag != null">
  663. #{wiTaskSpecdateFlag,jdbcType=VARCHAR},
  664. </if>
  665. <if test="logUploadRules != null">
  666. #{logUploadRules,jdbcType=VARCHAR},
  667. </if>
  668. <if test="uploadLastFailLogFlag != null">
  669. #{uploadLastFailLogFlag,jdbcType=CHAR},
  670. </if>
  671. <if test="logTaskManwakeupFlag != null">
  672. #{logTaskManwakeupFlag,jdbcType=CHAR},
  673. </if>
  674. <if test="pgManualConfigLevel != null">
  675. #{pgManualConfigLevel,jdbcType=CHAR},
  676. </if>
  677. </trim>
  678. </insert>
  679. <select id="countByExample" parameterType="com.mvc.entity.TAicbqCfgExample" resultType="java.lang.Long">
  680. select count(*) from t_aicbq_cfg
  681. <if test="_parameter != null">
  682. <include refid="Example_Where_Clause" />
  683. </if>
  684. </select>
  685. <update id="updateByExampleSelective" parameterType="map">
  686. update t_aicbq_cfg
  687. <set>
  688. <if test="record.id != null">
  689. ID = #{record.id,jdbcType=INTEGER},
  690. </if>
  691. <if test="record.cfgId != null">
  692. CFG_ID = #{record.cfgId,jdbcType=VARCHAR},
  693. </if>
  694. <if test="record.deviceSn != null">
  695. DEVICE_SN = #{record.deviceSn,jdbcType=VARCHAR},
  696. </if>
  697. <if test="record.stationCode != null">
  698. STATION_CODE = #{record.stationCode,jdbcType=VARCHAR},
  699. </if>
  700. <if test="record.lastVal != null">
  701. LAST_VAL = #{record.lastVal,jdbcType=INTEGER},
  702. </if>
  703. <if test="record.serverIp1 != null">
  704. SERVER_IP1 = #{record.serverIp1,jdbcType=VARCHAR},
  705. </if>
  706. <if test="record.serverPort1 != null">
  707. SERVER_PORT1 = #{record.serverPort1,jdbcType=INTEGER},
  708. </if>
  709. <if test="record.serverIp2 != null">
  710. SERVER_IP2 = #{record.serverIp2,jdbcType=VARCHAR},
  711. </if>
  712. <if test="record.serverPort2 != null">
  713. SERVER_PORT2 = #{record.serverPort2,jdbcType=INTEGER},
  714. </if>
  715. <if test="record.serverIp3 != null">
  716. SERVER_IP3 = #{record.serverIp3,jdbcType=VARCHAR},
  717. </if>
  718. <if test="record.serverPort3 != null">
  719. SERVER_PORT3 = #{record.serverPort3,jdbcType=INTEGER},
  720. </if>
  721. <if test="record.serverIp4 != null">
  722. SERVER_IP4 = #{record.serverIp4,jdbcType=VARCHAR},
  723. </if>
  724. <if test="record.serverPort4 != null">
  725. SERVER_PORT4 = #{record.serverPort4,jdbcType=INTEGER},
  726. </if>
  727. <if test="record.domainName != null">
  728. DOMAIN_NAME = #{record.domainName,jdbcType=VARCHAR},
  729. </if>
  730. <if test="record.domainPort != null">
  731. DOMAIN_PORT = #{record.domainPort,jdbcType=INTEGER},
  732. </if>
  733. <if test="record.dnType != null">
  734. DN_TYPE = #{record.dnType,jdbcType=INTEGER},
  735. </if>
  736. <if test="record.digitNum != null">
  737. DIGIT_NUM = #{record.digitNum,jdbcType=INTEGER},
  738. </if>
  739. <if test="record.wheelNum != null">
  740. WHEEL_NUM = #{record.wheelNum,jdbcType=INTEGER},
  741. </if>
  742. <if test="record.uintType != null">
  743. UINT_TYPE = #{record.uintType,jdbcType=INTEGER},
  744. </if>
  745. <if test="record.setupDir != null">
  746. SETUP_DIR = #{record.setupDir,jdbcType=CHAR},
  747. </if>
  748. <if test="record.sampleInterval != null">
  749. SAMPLE_INTERVAL = #{record.sampleInterval,jdbcType=INTEGER},
  750. </if>
  751. <if test="record.upInterval != null">
  752. UP_INTERVAL = #{record.upInterval,jdbcType=INTEGER},
  753. </if>
  754. <if test="record.ltSampleInterval != null">
  755. LT_SAMPLE_INTERVAL = #{record.ltSampleInterval,jdbcType=INTEGER},
  756. </if>
  757. <if test="record.workLt != null">
  758. WORK_LT = #{record.workLt,jdbcType=INTEGER},
  759. </if>
  760. <if test="record.workHt != null">
  761. WORK_HT = #{record.workHt,jdbcType=INTEGER},
  762. </if>
  763. <if test="record.batAlarmVt != null">
  764. BAT_ALARM_VT = #{record.batAlarmVt,jdbcType=DECIMAL},
  765. </if>
  766. <if test="record.batAlarmSoc != null">
  767. BAT_ALARM_SOC = #{record.batAlarmSoc,jdbcType=INTEGER},
  768. </if>
  769. <if test="record.aiPullBack != null">
  770. AI_PULL_BACK = #{record.aiPullBack,jdbcType=INTEGER},
  771. </if>
  772. <if test="record.aiPass != null">
  773. AI_PASS = #{record.aiPass,jdbcType=INTEGER},
  774. </if>
  775. <if test="record.aiSinglePass != null">
  776. AI_SINGLE_PASS = #{record.aiSinglePass,jdbcType=INTEGER},
  777. </if>
  778. <if test="record.cpuVersion != null">
  779. CPU_VERSION = #{record.cpuVersion,jdbcType=VARCHAR},
  780. </if>
  781. <if test="record.tongxunVersion != null">
  782. TONGXUN_VERSION = #{record.tongxunVersion,jdbcType=VARCHAR},
  783. </if>
  784. <if test="record.tianxianType != null">
  785. TIANXIAN_TYPE = #{record.tianxianType,jdbcType=CHAR},
  786. </if>
  787. <if test="record.tongxunWay != null">
  788. TONGXUN_WAY = #{record.tongxunWay,jdbcType=CHAR},
  789. </if>
  790. <if test="record.networkRegTimeout != null">
  791. NETWORK_REG_TIMEOUT = #{record.networkRegTimeout,jdbcType=INTEGER},
  792. </if>
  793. <if test="record.pwmHz != null">
  794. PWM_HZ = #{record.pwmHz,jdbcType=INTEGER},
  795. </if>
  796. <if test="record.pwmDuty != null">
  797. PWM_DUTY = #{record.pwmDuty,jdbcType=INTEGER},
  798. </if>
  799. <if test="record.flashBrightMin != null">
  800. FLASH_BRIGHT_MIN = #{record.flashBrightMin,jdbcType=INTEGER},
  801. </if>
  802. <if test="record.flashBrightMax != null">
  803. FLASH_BRIGHT_MAX = #{record.flashBrightMax,jdbcType=INTEGER},
  804. </if>
  805. <if test="record.setupYear != null">
  806. SETUP_YEAR = #{record.setupYear,jdbcType=VARCHAR},
  807. </if>
  808. <if test="record.upWholeImgWeek1 != null">
  809. UP_WHOLE_IMG_WEEK1 = #{record.upWholeImgWeek1,jdbcType=CHAR},
  810. </if>
  811. <if test="record.upWholeImgWeek2 != null">
  812. UP_WHOLE_IMG_WEEK2 = #{record.upWholeImgWeek2,jdbcType=CHAR},
  813. </if>
  814. <if test="record.upWholeImgWeek3 != null">
  815. UP_WHOLE_IMG_WEEK3 = #{record.upWholeImgWeek3,jdbcType=CHAR},
  816. </if>
  817. <if test="record.upWholeImgWeek4 != null">
  818. UP_WHOLE_IMG_WEEK4 = #{record.upWholeImgWeek4,jdbcType=CHAR},
  819. </if>
  820. <if test="record.upWholeImgWeek5 != null">
  821. UP_WHOLE_IMG_WEEK5 = #{record.upWholeImgWeek5,jdbcType=CHAR},
  822. </if>
  823. <if test="record.upWholeImgWeek6 != null">
  824. UP_WHOLE_IMG_WEEK6 = #{record.upWholeImgWeek6,jdbcType=CHAR},
  825. </if>
  826. <if test="record.upWholeImgWeek7 != null">
  827. UP_WHOLE_IMG_WEEK7 = #{record.upWholeImgWeek7,jdbcType=CHAR},
  828. </if>
  829. <if test="record.ip1ExpandOn != null">
  830. IP1_EXPAND_ON = #{record.ip1ExpandOn,jdbcType=CHAR},
  831. </if>
  832. <if test="record.createTime != null">
  833. CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
  834. </if>
  835. <if test="record.dataFrom != null">
  836. DATA_FROM = #{record.dataFrom,jdbcType=VARCHAR},
  837. </if>
  838. <if test="record.taskDownId != null">
  839. TASK_DOWN_ID = #{record.taskDownId,jdbcType=VARCHAR},
  840. </if>
  841. <if test="record.invalidTime != null">
  842. INVALID_TIME = #{record.invalidTime,jdbcType=TIMESTAMP},
  843. </if>
  844. <if test="record.useFlag != null">
  845. USE_FLAG = #{record.useFlag,jdbcType=CHAR},
  846. </if>
  847. <if test="record.meterFontStyle != null">
  848. METER_FONT_STYLE = #{record.meterFontStyle,jdbcType=CHAR},
  849. </if>
  850. <if test="record.deviceType != null">
  851. DEVICE_TYPE = #{record.deviceType,jdbcType=CHAR},
  852. </if>
  853. <if test="record.pgRangeMin != null">
  854. PG_RANGE_MIN = #{record.pgRangeMin,jdbcType=DECIMAL},
  855. </if>
  856. <if test="record.pgRangeMax != null">
  857. PG_RANGE_MAX = #{record.pgRangeMax,jdbcType=DECIMAL},
  858. </if>
  859. <if test="record.pgPrecisionType != null">
  860. PG_PRECISION_TYPE = #{record.pgPrecisionType,jdbcType=INTEGER},
  861. </if>
  862. <if test="record.pgCorrectvalue != null">
  863. PG_CORRECTVALUE = #{record.pgCorrectvalue,jdbcType=DECIMAL},
  864. </if>
  865. <if test="record.pgManualConfig != null">
  866. PG_MANUAL_CONFIG = #{record.pgManualConfig,jdbcType=VARCHAR},
  867. </if>
  868. <if test="record.pgIsDebug != null">
  869. PG_IS_DEBUG = #{record.pgIsDebug,jdbcType=CHAR},
  870. </if>
  871. <if test="record.pgInitTargetRegion != null">
  872. PG_INIT_TARGET_REGION = #{record.pgInitTargetRegion,jdbcType=CHAR},
  873. </if>
  874. <if test="record.isprintcomlog != null">
  875. ISPRINTCOMLOG = #{record.isprintcomlog,jdbcType=CHAR},
  876. </if>
  877. <if test="record.isresetwdt != null">
  878. ISRESETWDT = #{record.isresetwdt,jdbcType=CHAR},
  879. </if>
  880. <if test="record.isresetbat != null">
  881. ISRESETBAT = #{record.isresetbat,jdbcType=CHAR},
  882. </if>
  883. <if test="record.isrestmcu != null">
  884. ISRESTMCU = #{record.isrestmcu,jdbcType=CHAR},
  885. </if>
  886. <if test="record.wiTaskManwakeupFlag != null">
  887. WI_TASK_MANWAKEUP_FLAG = #{record.wiTaskManwakeupFlag,jdbcType=CHAR},
  888. </if>
  889. <if test="record.wiTaskMonthFlag != null">
  890. WI_TASK_MONTH_FLAG = #{record.wiTaskMonthFlag,jdbcType=CHAR},
  891. </if>
  892. <if test="record.wiTaskSpecdateFlag != null">
  893. WI_TASK_SPECDATE_FLAG = #{record.wiTaskSpecdateFlag,jdbcType=VARCHAR},
  894. </if>
  895. <if test="record.logUploadRules != null">
  896. LOG_UPLOAD_RULES = #{record.logUploadRules,jdbcType=VARCHAR},
  897. </if>
  898. <if test="record.uploadLastFailLogFlag != null">
  899. UPLOAD_LAST_FAIL_LOG_FLAG = #{record.uploadLastFailLogFlag,jdbcType=CHAR},
  900. </if>
  901. <if test="record.logTaskManwakeupFlag != null">
  902. LOG_TASK_MANWAKEUP_FLAG = #{record.logTaskManwakeupFlag,jdbcType=CHAR},
  903. </if>
  904. <if test="record.pgManualConfigLevel != null">
  905. PG_MANUAL_CONFIG_LEVEL = #{record.pgManualConfigLevel,jdbcType=CHAR},
  906. </if>
  907. </set>
  908. <if test="_parameter != null">
  909. <include refid="Update_By_Example_Where_Clause" />
  910. </if>
  911. </update>
  912. <update id="updateByExample" parameterType="map">
  913. update t_aicbq_cfg
  914. set ID = #{record.id,jdbcType=INTEGER},
  915. CFG_ID = #{record.cfgId,jdbcType=VARCHAR},
  916. DEVICE_SN = #{record.deviceSn,jdbcType=VARCHAR},
  917. STATION_CODE = #{record.stationCode,jdbcType=VARCHAR},
  918. LAST_VAL = #{record.lastVal,jdbcType=INTEGER},
  919. SERVER_IP1 = #{record.serverIp1,jdbcType=VARCHAR},
  920. SERVER_PORT1 = #{record.serverPort1,jdbcType=INTEGER},
  921. SERVER_IP2 = #{record.serverIp2,jdbcType=VARCHAR},
  922. SERVER_PORT2 = #{record.serverPort2,jdbcType=INTEGER},
  923. SERVER_IP3 = #{record.serverIp3,jdbcType=VARCHAR},
  924. SERVER_PORT3 = #{record.serverPort3,jdbcType=INTEGER},
  925. SERVER_IP4 = #{record.serverIp4,jdbcType=VARCHAR},
  926. SERVER_PORT4 = #{record.serverPort4,jdbcType=INTEGER},
  927. DOMAIN_NAME = #{record.domainName,jdbcType=VARCHAR},
  928. DOMAIN_PORT = #{record.domainPort,jdbcType=INTEGER},
  929. DN_TYPE = #{record.dnType,jdbcType=INTEGER},
  930. DIGIT_NUM = #{record.digitNum,jdbcType=INTEGER},
  931. WHEEL_NUM = #{record.wheelNum,jdbcType=INTEGER},
  932. UINT_TYPE = #{record.uintType,jdbcType=INTEGER},
  933. SETUP_DIR = #{record.setupDir,jdbcType=CHAR},
  934. SAMPLE_INTERVAL = #{record.sampleInterval,jdbcType=INTEGER},
  935. UP_INTERVAL = #{record.upInterval,jdbcType=INTEGER},
  936. LT_SAMPLE_INTERVAL = #{record.ltSampleInterval,jdbcType=INTEGER},
  937. WORK_LT = #{record.workLt,jdbcType=INTEGER},
  938. WORK_HT = #{record.workHt,jdbcType=INTEGER},
  939. BAT_ALARM_VT = #{record.batAlarmVt,jdbcType=DECIMAL},
  940. BAT_ALARM_SOC = #{record.batAlarmSoc,jdbcType=INTEGER},
  941. AI_PULL_BACK = #{record.aiPullBack,jdbcType=INTEGER},
  942. AI_PASS = #{record.aiPass,jdbcType=INTEGER},
  943. AI_SINGLE_PASS = #{record.aiSinglePass,jdbcType=INTEGER},
  944. CPU_VERSION = #{record.cpuVersion,jdbcType=VARCHAR},
  945. TONGXUN_VERSION = #{record.tongxunVersion,jdbcType=VARCHAR},
  946. TIANXIAN_TYPE = #{record.tianxianType,jdbcType=CHAR},
  947. TONGXUN_WAY = #{record.tongxunWay,jdbcType=CHAR},
  948. NETWORK_REG_TIMEOUT = #{record.networkRegTimeout,jdbcType=INTEGER},
  949. PWM_HZ = #{record.pwmHz,jdbcType=INTEGER},
  950. PWM_DUTY = #{record.pwmDuty,jdbcType=INTEGER},
  951. FLASH_BRIGHT_MIN = #{record.flashBrightMin,jdbcType=INTEGER},
  952. FLASH_BRIGHT_MAX = #{record.flashBrightMax,jdbcType=INTEGER},
  953. SETUP_YEAR = #{record.setupYear,jdbcType=VARCHAR},
  954. UP_WHOLE_IMG_WEEK1 = #{record.upWholeImgWeek1,jdbcType=CHAR},
  955. UP_WHOLE_IMG_WEEK2 = #{record.upWholeImgWeek2,jdbcType=CHAR},
  956. UP_WHOLE_IMG_WEEK3 = #{record.upWholeImgWeek3,jdbcType=CHAR},
  957. UP_WHOLE_IMG_WEEK4 = #{record.upWholeImgWeek4,jdbcType=CHAR},
  958. UP_WHOLE_IMG_WEEK5 = #{record.upWholeImgWeek5,jdbcType=CHAR},
  959. UP_WHOLE_IMG_WEEK6 = #{record.upWholeImgWeek6,jdbcType=CHAR},
  960. UP_WHOLE_IMG_WEEK7 = #{record.upWholeImgWeek7,jdbcType=CHAR},
  961. IP1_EXPAND_ON = #{record.ip1ExpandOn,jdbcType=CHAR},
  962. CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
  963. DATA_FROM = #{record.dataFrom,jdbcType=VARCHAR},
  964. TASK_DOWN_ID = #{record.taskDownId,jdbcType=VARCHAR},
  965. INVALID_TIME = #{record.invalidTime,jdbcType=TIMESTAMP},
  966. USE_FLAG = #{record.useFlag,jdbcType=CHAR},
  967. METER_FONT_STYLE = #{record.meterFontStyle,jdbcType=CHAR},
  968. DEVICE_TYPE = #{record.deviceType,jdbcType=CHAR},
  969. PG_RANGE_MIN = #{record.pgRangeMin,jdbcType=DECIMAL},
  970. PG_RANGE_MAX = #{record.pgRangeMax,jdbcType=DECIMAL},
  971. PG_PRECISION_TYPE = #{record.pgPrecisionType,jdbcType=INTEGER},
  972. PG_CORRECTVALUE = #{record.pgCorrectvalue,jdbcType=DECIMAL},
  973. PG_MANUAL_CONFIG = #{record.pgManualConfig,jdbcType=VARCHAR},
  974. PG_IS_DEBUG = #{record.pgIsDebug,jdbcType=CHAR},
  975. PG_INIT_TARGET_REGION = #{record.pgInitTargetRegion,jdbcType=CHAR},
  976. ISPRINTCOMLOG = #{record.isprintcomlog,jdbcType=CHAR},
  977. ISRESETWDT = #{record.isresetwdt,jdbcType=CHAR},
  978. ISRESETBAT = #{record.isresetbat,jdbcType=CHAR},
  979. ISRESTMCU = #{record.isrestmcu,jdbcType=CHAR},
  980. WI_TASK_MANWAKEUP_FLAG = #{record.wiTaskManwakeupFlag,jdbcType=CHAR},
  981. WI_TASK_MONTH_FLAG = #{record.wiTaskMonthFlag,jdbcType=CHAR},
  982. WI_TASK_SPECDATE_FLAG = #{record.wiTaskSpecdateFlag,jdbcType=VARCHAR},
  983. LOG_UPLOAD_RULES = #{record.logUploadRules,jdbcType=VARCHAR},
  984. UPLOAD_LAST_FAIL_LOG_FLAG = #{record.uploadLastFailLogFlag,jdbcType=CHAR},
  985. LOG_TASK_MANWAKEUP_FLAG = #{record.logTaskManwakeupFlag,jdbcType=CHAR},
  986. PG_MANUAL_CONFIG_LEVEL = #{record.pgManualConfigLevel,jdbcType=CHAR}
  987. <if test="_parameter != null">
  988. <include refid="Update_By_Example_Where_Clause" />
  989. </if>
  990. </update>
  991. <update id="updateByPrimaryKeySelective" parameterType="com.mvc.entity.TAicbqCfg">
  992. update t_aicbq_cfg
  993. <set>
  994. <if test="cfgId != null">
  995. CFG_ID = #{cfgId,jdbcType=VARCHAR},
  996. </if>
  997. <if test="deviceSn != null">
  998. DEVICE_SN = #{deviceSn,jdbcType=VARCHAR},
  999. </if>
  1000. <if test="stationCode != null">
  1001. STATION_CODE = #{stationCode,jdbcType=VARCHAR},
  1002. </if>
  1003. <if test="lastVal != null">
  1004. LAST_VAL = #{lastVal,jdbcType=INTEGER},
  1005. </if>
  1006. <if test="serverIp1 != null">
  1007. SERVER_IP1 = #{serverIp1,jdbcType=VARCHAR},
  1008. </if>
  1009. <if test="serverPort1 != null">
  1010. SERVER_PORT1 = #{serverPort1,jdbcType=INTEGER},
  1011. </if>
  1012. <if test="serverIp2 != null">
  1013. SERVER_IP2 = #{serverIp2,jdbcType=VARCHAR},
  1014. </if>
  1015. <if test="serverPort2 != null">
  1016. SERVER_PORT2 = #{serverPort2,jdbcType=INTEGER},
  1017. </if>
  1018. <if test="serverIp3 != null">
  1019. SERVER_IP3 = #{serverIp3,jdbcType=VARCHAR},
  1020. </if>
  1021. <if test="serverPort3 != null">
  1022. SERVER_PORT3 = #{serverPort3,jdbcType=INTEGER},
  1023. </if>
  1024. <if test="serverIp4 != null">
  1025. SERVER_IP4 = #{serverIp4,jdbcType=VARCHAR},
  1026. </if>
  1027. <if test="serverPort4 != null">
  1028. SERVER_PORT4 = #{serverPort4,jdbcType=INTEGER},
  1029. </if>
  1030. <if test="domainName != null">
  1031. DOMAIN_NAME = #{domainName,jdbcType=VARCHAR},
  1032. </if>
  1033. <if test="domainPort != null">
  1034. DOMAIN_PORT = #{domainPort,jdbcType=INTEGER},
  1035. </if>
  1036. <if test="dnType != null">
  1037. DN_TYPE = #{dnType,jdbcType=INTEGER},
  1038. </if>
  1039. <if test="digitNum != null">
  1040. DIGIT_NUM = #{digitNum,jdbcType=INTEGER},
  1041. </if>
  1042. <if test="wheelNum != null">
  1043. WHEEL_NUM = #{wheelNum,jdbcType=INTEGER},
  1044. </if>
  1045. <if test="uintType != null">
  1046. UINT_TYPE = #{uintType,jdbcType=INTEGER},
  1047. </if>
  1048. <if test="setupDir != null">
  1049. SETUP_DIR = #{setupDir,jdbcType=CHAR},
  1050. </if>
  1051. <if test="sampleInterval != null">
  1052. SAMPLE_INTERVAL = #{sampleInterval,jdbcType=INTEGER},
  1053. </if>
  1054. <if test="upInterval != null">
  1055. UP_INTERVAL = #{upInterval,jdbcType=INTEGER},
  1056. </if>
  1057. <if test="ltSampleInterval != null">
  1058. LT_SAMPLE_INTERVAL = #{ltSampleInterval,jdbcType=INTEGER},
  1059. </if>
  1060. <if test="workLt != null">
  1061. WORK_LT = #{workLt,jdbcType=INTEGER},
  1062. </if>
  1063. <if test="workHt != null">
  1064. WORK_HT = #{workHt,jdbcType=INTEGER},
  1065. </if>
  1066. <if test="batAlarmVt != null">
  1067. BAT_ALARM_VT = #{batAlarmVt,jdbcType=DECIMAL},
  1068. </if>
  1069. <if test="batAlarmSoc != null">
  1070. BAT_ALARM_SOC = #{batAlarmSoc,jdbcType=INTEGER},
  1071. </if>
  1072. <if test="aiPullBack != null">
  1073. AI_PULL_BACK = #{aiPullBack,jdbcType=INTEGER},
  1074. </if>
  1075. <if test="aiPass != null">
  1076. AI_PASS = #{aiPass,jdbcType=INTEGER},
  1077. </if>
  1078. <if test="aiSinglePass != null">
  1079. AI_SINGLE_PASS = #{aiSinglePass,jdbcType=INTEGER},
  1080. </if>
  1081. <if test="cpuVersion != null">
  1082. CPU_VERSION = #{cpuVersion,jdbcType=VARCHAR},
  1083. </if>
  1084. <if test="tongxunVersion != null">
  1085. TONGXUN_VERSION = #{tongxunVersion,jdbcType=VARCHAR},
  1086. </if>
  1087. <if test="tianxianType != null">
  1088. TIANXIAN_TYPE = #{tianxianType,jdbcType=CHAR},
  1089. </if>
  1090. <if test="tongxunWay != null">
  1091. TONGXUN_WAY = #{tongxunWay,jdbcType=CHAR},
  1092. </if>
  1093. <if test="networkRegTimeout != null">
  1094. NETWORK_REG_TIMEOUT = #{networkRegTimeout,jdbcType=INTEGER},
  1095. </if>
  1096. <if test="pwmHz != null">
  1097. PWM_HZ = #{pwmHz,jdbcType=INTEGER},
  1098. </if>
  1099. <if test="pwmDuty != null">
  1100. PWM_DUTY = #{pwmDuty,jdbcType=INTEGER},
  1101. </if>
  1102. <if test="flashBrightMin != null">
  1103. FLASH_BRIGHT_MIN = #{flashBrightMin,jdbcType=INTEGER},
  1104. </if>
  1105. <if test="flashBrightMax != null">
  1106. FLASH_BRIGHT_MAX = #{flashBrightMax,jdbcType=INTEGER},
  1107. </if>
  1108. <if test="setupYear != null">
  1109. SETUP_YEAR = #{setupYear,jdbcType=VARCHAR},
  1110. </if>
  1111. <if test="upWholeImgWeek1 != null">
  1112. UP_WHOLE_IMG_WEEK1 = #{upWholeImgWeek1,jdbcType=CHAR},
  1113. </if>
  1114. <if test="upWholeImgWeek2 != null">
  1115. UP_WHOLE_IMG_WEEK2 = #{upWholeImgWeek2,jdbcType=CHAR},
  1116. </if>
  1117. <if test="upWholeImgWeek3 != null">
  1118. UP_WHOLE_IMG_WEEK3 = #{upWholeImgWeek3,jdbcType=CHAR},
  1119. </if>
  1120. <if test="upWholeImgWeek4 != null">
  1121. UP_WHOLE_IMG_WEEK4 = #{upWholeImgWeek4,jdbcType=CHAR},
  1122. </if>
  1123. <if test="upWholeImgWeek5 != null">
  1124. UP_WHOLE_IMG_WEEK5 = #{upWholeImgWeek5,jdbcType=CHAR},
  1125. </if>
  1126. <if test="upWholeImgWeek6 != null">
  1127. UP_WHOLE_IMG_WEEK6 = #{upWholeImgWeek6,jdbcType=CHAR},
  1128. </if>
  1129. <if test="upWholeImgWeek7 != null">
  1130. UP_WHOLE_IMG_WEEK7 = #{upWholeImgWeek7,jdbcType=CHAR},
  1131. </if>
  1132. <if test="ip1ExpandOn != null">
  1133. IP1_EXPAND_ON = #{ip1ExpandOn,jdbcType=CHAR},
  1134. </if>
  1135. <if test="createTime != null">
  1136. CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
  1137. </if>
  1138. <if test="dataFrom != null">
  1139. DATA_FROM = #{dataFrom,jdbcType=VARCHAR},
  1140. </if>
  1141. <if test="taskDownId != null">
  1142. TASK_DOWN_ID = #{taskDownId,jdbcType=VARCHAR},
  1143. </if>
  1144. <if test="invalidTime != null">
  1145. INVALID_TIME = #{invalidTime,jdbcType=TIMESTAMP},
  1146. </if>
  1147. <if test="useFlag != null">
  1148. USE_FLAG = #{useFlag,jdbcType=CHAR},
  1149. </if>
  1150. <if test="meterFontStyle != null">
  1151. METER_FONT_STYLE = #{meterFontStyle,jdbcType=CHAR},
  1152. </if>
  1153. <if test="deviceType != null">
  1154. DEVICE_TYPE = #{deviceType,jdbcType=CHAR},
  1155. </if>
  1156. <if test="pgRangeMin != null">
  1157. PG_RANGE_MIN = #{pgRangeMin,jdbcType=DECIMAL},
  1158. </if>
  1159. <if test="pgRangeMax != null">
  1160. PG_RANGE_MAX = #{pgRangeMax,jdbcType=DECIMAL},
  1161. </if>
  1162. <if test="pgPrecisionType != null">
  1163. PG_PRECISION_TYPE = #{pgPrecisionType,jdbcType=INTEGER},
  1164. </if>
  1165. <if test="pgCorrectvalue != null">
  1166. PG_CORRECTVALUE = #{pgCorrectvalue,jdbcType=DECIMAL},
  1167. </if>
  1168. <if test="pgManualConfig != null">
  1169. PG_MANUAL_CONFIG = #{pgManualConfig,jdbcType=VARCHAR},
  1170. </if>
  1171. <if test="pgIsDebug != null">
  1172. PG_IS_DEBUG = #{pgIsDebug,jdbcType=CHAR},
  1173. </if>
  1174. <if test="pgInitTargetRegion != null">
  1175. PG_INIT_TARGET_REGION = #{pgInitTargetRegion,jdbcType=CHAR},
  1176. </if>
  1177. <if test="isprintcomlog != null">
  1178. ISPRINTCOMLOG = #{isprintcomlog,jdbcType=CHAR},
  1179. </if>
  1180. <if test="isresetwdt != null">
  1181. ISRESETWDT = #{isresetwdt,jdbcType=CHAR},
  1182. </if>
  1183. <if test="isresetbat != null">
  1184. ISRESETBAT = #{isresetbat,jdbcType=CHAR},
  1185. </if>
  1186. <if test="isrestmcu != null">
  1187. ISRESTMCU = #{isrestmcu,jdbcType=CHAR},
  1188. </if>
  1189. <if test="wiTaskManwakeupFlag != null">
  1190. WI_TASK_MANWAKEUP_FLAG = #{wiTaskManwakeupFlag,jdbcType=CHAR},
  1191. </if>
  1192. <if test="wiTaskMonthFlag != null">
  1193. WI_TASK_MONTH_FLAG = #{wiTaskMonthFlag,jdbcType=CHAR},
  1194. </if>
  1195. <if test="wiTaskSpecdateFlag != null">
  1196. WI_TASK_SPECDATE_FLAG = #{wiTaskSpecdateFlag,jdbcType=VARCHAR},
  1197. </if>
  1198. <if test="logUploadRules != null">
  1199. LOG_UPLOAD_RULES = #{logUploadRules,jdbcType=VARCHAR},
  1200. </if>
  1201. <if test="uploadLastFailLogFlag != null">
  1202. UPLOAD_LAST_FAIL_LOG_FLAG = #{uploadLastFailLogFlag,jdbcType=CHAR},
  1203. </if>
  1204. <if test="logTaskManwakeupFlag != null">
  1205. LOG_TASK_MANWAKEUP_FLAG = #{logTaskManwakeupFlag,jdbcType=CHAR},
  1206. </if>
  1207. <if test="pgManualConfigLevel != null">
  1208. PG_MANUAL_CONFIG_LEVEL = #{pgManualConfigLevel,jdbcType=CHAR},
  1209. </if>
  1210. </set>
  1211. where ID = #{id,jdbcType=INTEGER}
  1212. </update>
  1213. <update id="updateByPrimaryKey" parameterType="com.mvc.entity.TAicbqCfg">
  1214. update t_aicbq_cfg
  1215. set CFG_ID = #{cfgId,jdbcType=VARCHAR},
  1216. DEVICE_SN = #{deviceSn,jdbcType=VARCHAR},
  1217. STATION_CODE = #{stationCode,jdbcType=VARCHAR},
  1218. LAST_VAL = #{lastVal,jdbcType=INTEGER},
  1219. SERVER_IP1 = #{serverIp1,jdbcType=VARCHAR},
  1220. SERVER_PORT1 = #{serverPort1,jdbcType=INTEGER},
  1221. SERVER_IP2 = #{serverIp2,jdbcType=VARCHAR},
  1222. SERVER_PORT2 = #{serverPort2,jdbcType=INTEGER},
  1223. SERVER_IP3 = #{serverIp3,jdbcType=VARCHAR},
  1224. SERVER_PORT3 = #{serverPort3,jdbcType=INTEGER},
  1225. SERVER_IP4 = #{serverIp4,jdbcType=VARCHAR},
  1226. SERVER_PORT4 = #{serverPort4,jdbcType=INTEGER},
  1227. DOMAIN_NAME = #{domainName,jdbcType=VARCHAR},
  1228. DOMAIN_PORT = #{domainPort,jdbcType=INTEGER},
  1229. DN_TYPE = #{dnType,jdbcType=INTEGER},
  1230. DIGIT_NUM = #{digitNum,jdbcType=INTEGER},
  1231. WHEEL_NUM = #{wheelNum,jdbcType=INTEGER},
  1232. UINT_TYPE = #{uintType,jdbcType=INTEGER},
  1233. SETUP_DIR = #{setupDir,jdbcType=CHAR},
  1234. SAMPLE_INTERVAL = #{sampleInterval,jdbcType=INTEGER},
  1235. UP_INTERVAL = #{upInterval,jdbcType=INTEGER},
  1236. LT_SAMPLE_INTERVAL = #{ltSampleInterval,jdbcType=INTEGER},
  1237. WORK_LT = #{workLt,jdbcType=INTEGER},
  1238. WORK_HT = #{workHt,jdbcType=INTEGER},
  1239. BAT_ALARM_VT = #{batAlarmVt,jdbcType=DECIMAL},
  1240. BAT_ALARM_SOC = #{batAlarmSoc,jdbcType=INTEGER},
  1241. AI_PULL_BACK = #{aiPullBack,jdbcType=INTEGER},
  1242. AI_PASS = #{aiPass,jdbcType=INTEGER},
  1243. AI_SINGLE_PASS = #{aiSinglePass,jdbcType=INTEGER},
  1244. CPU_VERSION = #{cpuVersion,jdbcType=VARCHAR},
  1245. TONGXUN_VERSION = #{tongxunVersion,jdbcType=VARCHAR},
  1246. TIANXIAN_TYPE = #{tianxianType,jdbcType=CHAR},
  1247. TONGXUN_WAY = #{tongxunWay,jdbcType=CHAR},
  1248. NETWORK_REG_TIMEOUT = #{networkRegTimeout,jdbcType=INTEGER},
  1249. PWM_HZ = #{pwmHz,jdbcType=INTEGER},
  1250. PWM_DUTY = #{pwmDuty,jdbcType=INTEGER},
  1251. FLASH_BRIGHT_MIN = #{flashBrightMin,jdbcType=INTEGER},
  1252. FLASH_BRIGHT_MAX = #{flashBrightMax,jdbcType=INTEGER},
  1253. SETUP_YEAR = #{setupYear,jdbcType=VARCHAR},
  1254. UP_WHOLE_IMG_WEEK1 = #{upWholeImgWeek1,jdbcType=CHAR},
  1255. UP_WHOLE_IMG_WEEK2 = #{upWholeImgWeek2,jdbcType=CHAR},
  1256. UP_WHOLE_IMG_WEEK3 = #{upWholeImgWeek3,jdbcType=CHAR},
  1257. UP_WHOLE_IMG_WEEK4 = #{upWholeImgWeek4,jdbcType=CHAR},
  1258. UP_WHOLE_IMG_WEEK5 = #{upWholeImgWeek5,jdbcType=CHAR},
  1259. UP_WHOLE_IMG_WEEK6 = #{upWholeImgWeek6,jdbcType=CHAR},
  1260. UP_WHOLE_IMG_WEEK7 = #{upWholeImgWeek7,jdbcType=CHAR},
  1261. IP1_EXPAND_ON = #{ip1ExpandOn,jdbcType=CHAR},
  1262. CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
  1263. DATA_FROM = #{dataFrom,jdbcType=VARCHAR},
  1264. TASK_DOWN_ID = #{taskDownId,jdbcType=VARCHAR},
  1265. INVALID_TIME = #{invalidTime,jdbcType=TIMESTAMP},
  1266. USE_FLAG = #{useFlag,jdbcType=CHAR},
  1267. METER_FONT_STYLE = #{meterFontStyle,jdbcType=CHAR},
  1268. DEVICE_TYPE = #{deviceType,jdbcType=CHAR},
  1269. PG_RANGE_MIN = #{pgRangeMin,jdbcType=DECIMAL},
  1270. PG_RANGE_MAX = #{pgRangeMax,jdbcType=DECIMAL},
  1271. PG_PRECISION_TYPE = #{pgPrecisionType,jdbcType=INTEGER},
  1272. PG_CORRECTVALUE = #{pgCorrectvalue,jdbcType=DECIMAL},
  1273. PG_MANUAL_CONFIG = #{pgManualConfig,jdbcType=VARCHAR},
  1274. PG_IS_DEBUG = #{pgIsDebug,jdbcType=CHAR},
  1275. PG_INIT_TARGET_REGION = #{pgInitTargetRegion,jdbcType=CHAR},
  1276. ISPRINTCOMLOG = #{isprintcomlog,jdbcType=CHAR},
  1277. ISRESETWDT = #{isresetwdt,jdbcType=CHAR},
  1278. ISRESETBAT = #{isresetbat,jdbcType=CHAR},
  1279. ISRESTMCU = #{isrestmcu,jdbcType=CHAR},
  1280. WI_TASK_MANWAKEUP_FLAG = #{wiTaskManwakeupFlag,jdbcType=CHAR},
  1281. WI_TASK_MONTH_FLAG = #{wiTaskMonthFlag,jdbcType=CHAR},
  1282. WI_TASK_SPECDATE_FLAG = #{wiTaskSpecdateFlag,jdbcType=VARCHAR},
  1283. LOG_UPLOAD_RULES = #{logUploadRules,jdbcType=VARCHAR},
  1284. UPLOAD_LAST_FAIL_LOG_FLAG = #{uploadLastFailLogFlag,jdbcType=CHAR},
  1285. LOG_TASK_MANWAKEUP_FLAG = #{logTaskManwakeupFlag,jdbcType=CHAR},
  1286. PG_MANUAL_CONFIG_LEVEL = #{pgManualConfigLevel,jdbcType=CHAR}
  1287. where ID = #{id,jdbcType=INTEGER}
  1288. </update>
  1289. </mapper>