debug.log.2018-09-25 516 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644
[2018-09-25 11:33:13.572] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://api.tapd.cn/bugs/count?workspace_id=38618756
[2018-09-25 11:33:13.795] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2018-09-25 11:33:43.815] [main] [ERROR] - [com.fangdd.qa.framework.utils.http.HttpUtil:339] - HttpUtil execute error:
java.net.UnknownHostException: api.tapd.cn
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:668)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
	at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
	at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1138)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1032)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:153)
	at com.fangdd.qa.framework.utils.http.HttpUtil.execute(HttpUtil.java:224)
	at com.fangdd.qa.framework.tools.HttpToolKit.invokeGet(HttpToolKit.java:92)
	at com.to8to.invoker.LunDanCreateOrderInvokerTest.test(LunDanCreateOrderInvokerTest.java:80)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
	at org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:205)
	at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:171)
	at org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:217)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:641)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
	at org.testng.TestRunner.privateRun(TestRunner.java:756)
	at org.testng.TestRunner.run(TestRunner.java:610)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:387)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:382)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:340)
	at org.testng.SuiteRunner.run(SuiteRunner.java:289)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1293)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1218)
	at org.testng.TestNG.runSuites(TestNG.java:1133)
	at org.testng.TestNG.run(TestNG.java:1104)
	at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:132)
	at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:230)
	at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:76)
[2018-09-25 11:33:43.826] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2018-09-25 11:34:37.514] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://api.tapd.cn/bugs?workspace_id=38618756
[2018-09-25 11:34:37.741] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2018-09-25 11:35:07.765] [main] [ERROR] - [com.fangdd.qa.framework.utils.http.HttpUtil:339] - HttpUtil execute error:
java.net.UnknownHostException: api.tapd.cn
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:668)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
	at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
	at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1138)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1032)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:153)
	at com.fangdd.qa.framework.utils.http.HttpUtil.execute(HttpUtil.java:224)
	at com.fangdd.qa.framework.tools.HttpToolKit.invokeGet(HttpToolKit.java:92)
	at com.to8to.invoker.LunDanCreateOrderInvokerTest.test(LunDanCreateOrderInvokerTest.java:78)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
	at org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:205)
	at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:171)
	at org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:217)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:641)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
	at org.testng.TestRunner.privateRun(TestRunner.java:756)
	at org.testng.TestRunner.run(TestRunner.java:610)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:387)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:382)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:340)
	at org.testng.SuiteRunner.run(SuiteRunner.java:289)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1293)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1218)
	at org.testng.TestNG.runSuites(TestNG.java:1133)
	at org.testng.TestNG.run(TestNG.java:1104)
	at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:132)
	at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:230)
	at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:76)
[2018-09-25 11:35:07.773] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2018-09-25 11:54:44.645] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://api.tapd.cn/bugs?workspace_id=38618756
[2018-09-25 11:54:45.067] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2018-09-25 11:54:48.309] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2018-09-25 11:54:48.310] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2018-09-25 11:54:48.310] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://api.tapd.cn/bugs?workspace_id=38618756
[2018-09-25 11:54:48.310] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : GET
[2018-09-25 11:54:48.310] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2018-09-25 11:54:48.311] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Authorization:Basic R1U0QGN3cTY6MDUyODM1QjUtMTk0Qy0yREM4LUNDNTItRTFGNzhFRkY5MzY1
[2018-09-25 11:54:48.311] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2018-09-25 11:54:48.311] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2018-09-25 11:54:48.313] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {workspace_id=38618756}
[2018-09-25 11:54:48.313] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2018-09-25 11:54:48.314] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - workspace_id=38618756
[2018-09-25 11:54:48.314] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2018-09-25 11:54:48.314] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2018-09-25 11:54:48.965] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2018-09-25 11:54:48.966] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2018-09-25 11:54:48.966] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2018-09-25 11:54:48.966] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2018-09-25 11:54:48.966] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2018-09-25 11:54:48.966] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.8.0
[2018-09-25 11:54:48.967] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-WAF-UUID:be1c29b2-f421-4311-bf15-96568100ac97
[2018-09-25 11:54:48.967] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2018-09-25 11:54:48.967] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Set-Cookie:
[2018-09-25 11:54:48.967] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - P3P:CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
[2018-09-25 11:54:48.967] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 25 Sep 2018 03:54:48 GMT
[2018-09-25 11:54:48.967] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json; charset=utf-8
[2018-09-25 11:54:48.967] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-Powered-By:PHP/5.6.36
[2018-09-25 11:54:48.967] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2018-09-25 11:54:48.968] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:288] - CAKEPHP:544a12ffaf20c7284242f8cce29ca9aae6d1085c05c6d321525f0179c57a412c
[2018-09-25 11:54:48.968] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2018-09-25 11:54:48.968] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"data":[{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"38618756","originphase":"","id":"1138618756001012225","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"黄长超","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"黄长超","current_owner":"朱洽成;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"PC","custom_field_10":"","custom_field_11":"","modified":"2018-09-20 17:17:37","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-20 17:17:37","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"线上环境","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">全景图查看超长户型图显示</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">户型被遮挡</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">超长户型不会被遮挡</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【3D展示V 1.0.0】超长户型图显示遮挡","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"38618756","originphase":"","id":"1138618756001012220","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"黄长超","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"黄长超","current_owner":"唐恩萌terry.tang;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"PC","custom_field_10":"","custom_field_11":"","modified":"2018-09-20 17:09:42","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-20 17:08:01","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"线上环境","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">设置户型黑白色背景</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">户型背景显示与设置不一致</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">与设置一致</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">【备注】</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">测试、UAT无此问题</span></span></p>","regression_number":"0","title":"【3D前端V1.0.0】黑白色背景设置不生效","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"38618756","originphase":"","id":"1138618756001012219","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"黄长超","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"黄长超","current_owner":"朱洽成;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"PC","custom_field_10":"","custom_field_11":"","modified":"2018-09-20 17:06:04","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-20 17:06:04","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"线上环境","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">打开案例,查看音效</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">没有音效</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">显示音效</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【3D展示V1.0.0】部分案例无音效","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"38618756","originphase":"","id":"1138618756001012218","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"黄长超","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"黄长超","current_owner":"唐恩萌terry.tang;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"PC","custom_field_10":"","custom_field_11":"","modified":"2018-09-20 17:03:40","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-20 17:03:40","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"线上环境","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1、进入全屋漫游,查看起始房间</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">起始房间与设置的不一致</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">起始房间与设置一致</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【3D展示V1.0.0】生成全屋漫游,设置的起始房间不对","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"38618756","originphase":"","id":"1138618756001012215","custom_field_6":"","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"黄长超","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"黄长超","current_owner":"朱洽成;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"PC","custom_field_10":"","custom_field_11":"","modified":"2018-09-20 16:59:22","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-20 16:59:22","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"线上环境","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">分享效果图,查看分享渠道的显示</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">显示的是链接串码不是户型信息</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">显示户型信息</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【3D展示V 1.0.0】效果图分享后显示的是链接串码不是户型信息","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"38618756","originphase":"","id":"1138618756001012214","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"黄长超","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"黄长超","current_owner":"唐恩萌terry.tang;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"PC","custom_field_10":"","custom_field_11":"","modified":"2018-09-20 16:57:54","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-20 16:57:54","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"线上环境","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">查看高清渲染效果图显示</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">视觉模糊噪点很多,放大倍数过大</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">图片清晰度达到标准</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【3D展示V1.0.0】4K高清渲染效果图视觉模糊噪点很多,放大倍数过大,更换新引擎图片显示质量不高","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"38618756","originphase":"","id":"1138618756001012207","custom_field_6":"","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"黄长超","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"黄长超","current_owner":"朱洽成;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"PC","custom_field_10":"","custom_field_11":"","modified":"2018-09-20 16:48:49","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-20 16:48:49","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"线上环境","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">1、进入单空间,查看二维码显示</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">二维码不显示</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">二维码显示</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【3D展示V1.0.0】单空间没有二维码显示","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"需求优化","custom_field_49":"","baseline_join":""}}],"status":1,"info":"success"}
[2018-09-25 11:54:48.969] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2018-09-25 11:54:48.970] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2018-09-25 11:57:25.428] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://api.tapd.cn/bugs?workspace_id=38618756
[2018-09-25 11:57:25.764] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2018-09-25 11:57:28.927] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2018-09-25 11:57:28.929] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2018-09-25 11:57:28.929] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://api.tapd.cn/bugs?workspace_id=38618756
[2018-09-25 11:57:28.929] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : GET
[2018-09-25 11:57:28.930] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2018-09-25 11:57:28.930] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Authorization:Basic R1U0QGN3cTY6MDUyODM1QjUtMTk0Qy0yREM4LUNDNTItRTFGNzhFRkY5MzY1
[2018-09-25 11:57:28.930] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2018-09-25 11:57:28.931] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2018-09-25 11:57:28.933] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {workspace_id=38618756}
[2018-09-25 11:57:28.933] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2018-09-25 11:57:28.933] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - workspace_id=38618756
[2018-09-25 11:57:28.933] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2018-09-25 11:57:28.934] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2018-09-25 11:57:29.420] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2018-09-25 11:57:29.421] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2018-09-25 11:57:29.421] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2018-09-25 11:57:29.421] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2018-09-25 11:57:29.421] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2018-09-25 11:57:29.422] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.8.0
[2018-09-25 11:57:29.422] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-WAF-UUID:1b49501d-f2f7-4eda-821c-b8a0510eebbd
[2018-09-25 11:57:29.422] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2018-09-25 11:57:29.422] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Set-Cookie:
[2018-09-25 11:57:29.422] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - P3P:CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
[2018-09-25 11:57:29.422] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 25 Sep 2018 03:57:28 GMT
[2018-09-25 11:57:29.423] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json; charset=utf-8
[2018-09-25 11:57:29.423] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-Powered-By:PHP/5.6.36
[2018-09-25 11:57:29.423] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2018-09-25 11:57:29.423] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:288] - CAKEPHP:f5d3256f4e7417afb885f3f937f9d63e465a545403950119ef5eca9d8bbb8394
[2018-09-25 11:57:29.423] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2018-09-25 11:57:29.423] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"data":[{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"38618756","originphase":"","id":"1138618756001012225","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"黄长超","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"黄长超","current_owner":"朱洽成;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"PC","custom_field_10":"","custom_field_11":"","modified":"2018-09-20 17:17:37","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-20 17:17:37","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"线上环境","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">全景图查看超长户型图显示</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">户型被遮挡</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">超长户型不会被遮挡</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【3D展示V 1.0.0】超长户型图显示遮挡","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"38618756","originphase":"","id":"1138618756001012220","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"黄长超","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"黄长超","current_owner":"唐恩萌terry.tang;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"PC","custom_field_10":"","custom_field_11":"","modified":"2018-09-20 17:09:42","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-20 17:08:01","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"线上环境","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">设置户型黑白色背景</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">户型背景显示与设置不一致</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">与设置一致</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">【备注】</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">测试、UAT无此问题</span></span></p>","regression_number":"0","title":"【3D前端V1.0.0】黑白色背景设置不生效","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"38618756","originphase":"","id":"1138618756001012219","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"黄长超","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"黄长超","current_owner":"朱洽成;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"PC","custom_field_10":"","custom_field_11":"","modified":"2018-09-20 17:06:04","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-20 17:06:04","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"线上环境","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">打开案例,查看音效</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">没有音效</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">显示音效</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【3D展示V1.0.0】部分案例无音效","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"38618756","originphase":"","id":"1138618756001012218","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"黄长超","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"黄长超","current_owner":"唐恩萌terry.tang;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"PC","custom_field_10":"","custom_field_11":"","modified":"2018-09-20 17:03:40","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-20 17:03:40","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"线上环境","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1、进入全屋漫游,查看起始房间</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">起始房间与设置的不一致</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">起始房间与设置一致</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【3D展示V1.0.0】生成全屋漫游,设置的起始房间不对","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"38618756","originphase":"","id":"1138618756001012215","custom_field_6":"","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"黄长超","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"黄长超","current_owner":"朱洽成;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"PC","custom_field_10":"","custom_field_11":"","modified":"2018-09-20 16:59:22","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-20 16:59:22","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"线上环境","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">分享效果图,查看分享渠道的显示</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">显示的是链接串码不是户型信息</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">显示户型信息</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【3D展示V 1.0.0】效果图分享后显示的是链接串码不是户型信息","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"38618756","originphase":"","id":"1138618756001012214","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"黄长超","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"黄长超","current_owner":"唐恩萌terry.tang;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"PC","custom_field_10":"","custom_field_11":"","modified":"2018-09-20 16:57:54","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-20 16:57:54","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"线上环境","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">查看高清渲染效果图显示</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">视觉模糊噪点很多,放大倍数过大</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">图片清晰度达到标准</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【3D展示V1.0.0】4K高清渲染效果图视觉模糊噪点很多,放大倍数过大,更换新引擎图片显示质量不高","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"38618756","originphase":"","id":"1138618756001012207","custom_field_6":"","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"黄长超","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"黄长超","current_owner":"朱洽成;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"PC","custom_field_10":"","custom_field_11":"","modified":"2018-09-20 16:48:49","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-20 16:48:49","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"线上环境","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">1、进入单空间,查看二维码显示</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">二维码不显示</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">二维码显示</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【3D展示V1.0.0】单空间没有二维码显示","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"需求优化","custom_field_49":"","baseline_join":""}}],"status":1,"info":"success"}
[2018-09-25 11:57:29.425] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2018-09-25 11:57:29.426] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2018-09-25 12:22:45.104] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://api.tapd.cn/bugs?workspace_id=23793891&id=1009954
[2018-09-25 12:22:45.301] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2018-09-25 12:22:50.459] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2018-09-25 12:22:50.460] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2018-09-25 12:22:50.460] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://api.tapd.cn/bugs?workspace_id=23793891&id=1009954
[2018-09-25 12:22:50.460] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : GET
[2018-09-25 12:22:50.460] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2018-09-25 12:22:50.460] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Authorization:Basic R1U0QGN3cTY6MDUyODM1QjUtMTk0Qy0yREM4LUNDNTItRTFGNzhFRkY5MzY1
[2018-09-25 12:22:50.461] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2018-09-25 12:22:50.461] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2018-09-25 12:22:50.462] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {workspace_id=23793891, id=1009954}
[2018-09-25 12:22:50.462] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2018-09-25 12:22:50.463] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - workspace_id=23793891&id=1009954
[2018-09-25 12:22:50.463] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2018-09-25 12:22:50.463] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2018-09-25 12:22:51.009] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2018-09-25 12:22:51.010] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2018-09-25 12:22:51.010] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2018-09-25 12:22:51.010] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2018-09-25 12:22:51.011] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2018-09-25 12:22:51.011] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.8.0
[2018-09-25 12:22:51.011] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-WAF-UUID:06eee810-592f-4450-a198-ab48726c14f5
[2018-09-25 12:22:51.011] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2018-09-25 12:22:51.011] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Set-Cookie:
[2018-09-25 12:22:51.011] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - P3P:CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
[2018-09-25 12:22:51.011] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 25 Sep 2018 04:22:50 GMT
[2018-09-25 12:22:51.011] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json; charset=utf-8
[2018-09-25 12:22:51.012] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-Powered-By:PHP/5.6.36
[2018-09-25 12:22:51.012] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2018-09-25 12:22:51.012] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:288] - CAKEPHP:144b7ef4cae8fc2fe0ca9351566c31cf7c1e11dc7ed12e5fd347cc3362aeefea
[2018-09-25 12:22:51.012] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2018-09-25 12:22:51.012] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"data":false,"status":1,"info":"success"}
[2018-09-25 12:22:51.012] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2018-09-25 12:22:51.013] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2018-09-25 12:25:01.563] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://api.tapd.cn/bugs?id=1009954
[2018-09-25 12:25:01.785] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2018-09-25 12:25:06.953] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2018-09-25 12:25:06.953] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2018-09-25 12:25:06.954] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://api.tapd.cn/bugs?id=1009954
[2018-09-25 12:25:06.954] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : GET
[2018-09-25 12:25:06.955] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2018-09-25 12:25:06.955] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Authorization:Basic R1U0QGN3cTY6MDUyODM1QjUtMTk0Qy0yREM4LUNDNTItRTFGNzhFRkY5MzY1
[2018-09-25 12:25:06.955] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2018-09-25 12:25:06.956] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2018-09-25 12:25:06.958] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {id=1009954}
[2018-09-25 12:25:06.958] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2018-09-25 12:25:06.958] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - id=1009954
[2018-09-25 12:25:06.959] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2018-09-25 12:25:06.959] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2018-09-25 12:25:07.011] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2018-09-25 12:25:07.012] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2018-09-25 12:25:07.012] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 422 ParamError
[2018-09-25 12:25:07.012] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2018-09-25 12:25:07.012] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2018-09-25 12:25:07.013] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.8.0
[2018-09-25 12:25:07.013] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-WAF-UUID:17db554c-7a0a-47d5-a401-7eead6c9d938
[2018-09-25 12:25:07.013] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2018-09-25 12:25:07.013] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Set-Cookie:
[2018-09-25 12:25:07.013] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - P3P:CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
[2018-09-25 12:25:07.013] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 25 Sep 2018 04:25:06 GMT
[2018-09-25 12:25:07.014] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json; charset=utf-8
[2018-09-25 12:25:07.014] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-Powered-By:PHP/5.6.36
[2018-09-25 12:25:07.014] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2018-09-25 12:25:07.014] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:288] - CAKEPHP:99031c1953845d41ed3092a246d63736a8a0f7a83573bde99374a97736459c4a
[2018-09-25 12:25:07.014] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2018-09-25 12:25:07.015] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:294] - 
[2018-09-25 12:25:07.015] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2018-09-25 12:25:07.372] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2018-09-25 12:30:20.291] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://api.tapd.cn/bugs?workspace_id=23793891
[2018-09-25 12:30:20.482] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2018-09-25 12:30:23.662] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2018-09-25 12:30:23.663] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2018-09-25 12:30:23.663] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://api.tapd.cn/bugs?workspace_id=23793891
[2018-09-25 12:30:23.663] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : GET
[2018-09-25 12:30:23.663] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2018-09-25 12:30:23.663] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Authorization:Basic R1U0QGN3cTY6MDUyODM1QjUtMTk0Qy0yREM4LUNDNTItRTFGNzhFRkY5MzY1
[2018-09-25 12:30:23.663] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2018-09-25 12:30:23.664] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2018-09-25 12:30:23.665] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {workspace_id=23793891}
[2018-09-25 12:30:23.666] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2018-09-25 12:30:23.666] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - workspace_id=23793891
[2018-09-25 12:30:23.666] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2018-09-25 12:30:23.666] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2018-09-25 12:30:24.427] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2018-09-25 12:30:24.427] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2018-09-25 12:30:24.428] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2018-09-25 12:30:24.428] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2018-09-25 12:30:24.428] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2018-09-25 12:30:24.428] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.8.0
[2018-09-25 12:30:24.428] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-WAF-UUID:83c64012-943d-490d-b6e0-1efe274e2da6
[2018-09-25 12:30:24.429] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2018-09-25 12:30:24.429] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Set-Cookie:
[2018-09-25 12:30:24.429] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - P3P:CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
[2018-09-25 12:30:24.429] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 25 Sep 2018 04:30:23 GMT
[2018-09-25 12:30:24.429] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json; charset=utf-8
[2018-09-25 12:30:24.430] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-Powered-By:PHP/5.6.36
[2018-09-25 12:30:24.430] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2018-09-25 12:30:24.430] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:288] - CAKEPHP:a1d973d629ea0cd6e18b2096228974cdf373da3e096c4a9652d4fa063a744628
[2018-09-25 12:30:24.430] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2018-09-25 12:30:24.430] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"data":[{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-18 14:06:37","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001011902","custom_field_6":"质检","priority":"urgent","custom_field_9":"","custom_field_7":"2018-09-18","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-18 14:00:52","version_close":"","reporter":"艾恒星","baseline_find":"","baseline_test":"","closer":"艾恒星","version_report":"","testtype":"","closed":"2018-09-18 14:06:37","version_test":"","custom_field_five":"2","lastmodify":"艾恒星","current_owner":"汪毓;","baseline_close":"","testmode":"","participator":";汪毓","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-18 14:06:37","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-18 13:48:42","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已经解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-09/tapd_23793891_base64_1537249338_94.png\" style=\"width: 600px;\"  /></p><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">线上环境申请水电/中期/竣工质检</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">提示:该功能更新到最新版本才可使用</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">新旧版本app都可以申请,不存在旧版本强制升级的现象</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【质检】2018/09/18上午线上环境业主APP端无法申请质检,原因是昨晚应该上线的接口补丁未上线","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-21 17:29:11","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001011862","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"2018-09-19","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-20 11:38:27","version_close":"","reporter":"彭明明charlie.peng","baseline_find":"","baseline_test":"","closer":"彭明明charlie.peng","version_report":"","testtype":"","closed":"2018-09-21 17:29:11","version_test":"","custom_field_five":"5h","lastmodify":"彭明明charlie.peng","current_owner":"张锐锋freeman.zhang;","baseline_close":"","testmode":"","participator":";张锐锋freeman.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Android","custom_field_10":"","custom_field_11":"","modified":"2018-09-21 17:29:11","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-18 10:13:32","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"修改质检入口时对另一入口造成影响,新增银行卡信息时报氏","description":"<p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">1.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题发现平台:</span></b><b><span style=\"font-family: 宋体; font-size: 10.5pt;\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">CRM后台</span></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">2.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题描述:</span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">&nbsp; &nbsp; &nbsp; &nbsp;纠纷返款有两个入口:中标项目查询页入口,直接提交不需要审核;质检入口<br  /></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">中标项目查询入口提交纠纷返款后钱没有退给装企,装企投诉</p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">3.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题数据提供:</span></b></p><p class=\"MsoNormal\">线上25833680&nbsp;25319282这两个项目<span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\">4.&nbsp; &nbsp;<b>问题原因</b>:</p><p class=\"MsoNormal\"><span style=\" color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ; \">修改质检入口时对另一入口造成影响,新增银行卡信息时报错</span><br  /></p>","regression_number":"0","title":"【财务-纠纷返款】线上出现中标项目纠纷返款入口提交成功后没有退款给装企","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-21 10:56:40","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001011637","custom_field_6":"装企派单","priority":"high","custom_field_9":"","custom_field_7":"2018-09-14","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-20 22:00:24","version_close":"","reporter":"秦晋jin.qin","baseline_find":"","baseline_test":"","closer":"秦晋jin.qin","version_report":"","testtype":"","closed":"2018-09-21 10:56:40","version_test":"","custom_field_five":"0.5","lastmodify":"秦晋jin.qin","current_owner":"于佳yolanda.yu;","baseline_close":"","testmode":"","participator":";于佳yolanda.yu","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-09-21 10:56:40","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-15 14:38:54","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family:宋体;\">问题描述:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">装修公司所在城市未开通城市标签配置时,装修公司也会生成特权标签合同<br  /></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【装企派单】装修公司所在城市未开通城市标签配置时,装修公司也会生成特权标签合同","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001011421","custom_field_6":"财务","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"resolved","resolved":"2018-09-13 18:17:11","version_close":"","reporter":"温文斌wenbin.wen","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"1","lastmodify":"张龙imp.zhang","current_owner":"张龙imp.zhang;","baseline_close":"","testmode":"","participator":";张龙imp.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-13 18:17:11","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-13 13:42:41","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已处理","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">非见证宝城市装修公司提现,生成的付款单开户银行传值错误,导致打款失败</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体;\">生成的付款单开户银行传值错误</span><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">装修公司后台绑定的银行卡与付款单银行卡的开户行应保持一致</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"非见证宝城市提现开户银行传值错误","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-13 11:01:31","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001010965","custom_field_6":"装企平台","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-07 13:53:57","version_close":"","reporter":"杨芳","baseline_find":"","baseline_test":"","closer":"杨芳","version_report":"","testtype":"","closed":"2018-09-13 11:01:31","version_test":"","custom_field_five":"1h","lastmodify":"杨芳","current_owner":"姚望teal.yao;","baseline_close":"","testmode":"","participator":";姚望teal.yao","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-09-13 11:01:31","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-07 13:46:51","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"页面高度没有做自适应,导致订单数量过多时,页面无法滚动","description":"<p class=\"MsoNormal\">购买套餐页面没有滑动条,套餐的款项不能查看完全,需缩小页面才可以。</p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-09/tapd_23793891_base64_1536299000_46.png\" style=\"width: 600px;\"  /></p><p class=\"MsoNormal\"><br  /></p><div><img src=\"/tfl/captures/2018-09/tapd_23793891_base64_1536299031_40.png\" style=\"width: 600px;\"  /><div><br  /></div></div>","regression_number":"0","title":"【装企后台】服务套餐-购买套餐页面套餐的款项不能查看完全","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-04 10:50:07","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001010580","custom_field_6":"财务","priority":"urgent","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-04 10:34:36","version_close":"","reporter":"彭明明charlie.peng","baseline_find":"","baseline_test":"","closer":"彭明明charlie.peng","version_report":"","testtype":"","closed":"2018-09-04 10:50:07","version_test":"","custom_field_five":"6","lastmodify":"彭明明charlie.peng","current_owner":"王曦宇crazyking.wang;","baseline_close":"","testmode":"","participator":";王曦宇crazyking.wang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-04 17:52:40","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-04 10:32:09","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"crm-server对返款操作封装了一个service,并在其中定义了一个项目属性作为处理数据源,在返款时会对该属性进行初始化,spring对service默认是单例的,所以在产生并发时后一个请求会覆盖掉前一个项目的项目属性,导致错误的返款;现已对返款模块加@Scope(\"prototype\")标签处理;","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\">A&nbsp;申请泥工&nbsp;&nbsp;B申请水单,&nbsp;同时同意付款,结果B生成了泥工的自定义结算单,且金融为A的泥工的结算金额<span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">问题原因:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">&nbsp; 王曦宇</span></span>&nbsp; &nbsp;:</p><p class=\"MsoNormal\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<span style=\" color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ; ;\">crm-server对返款操作封装了一个service,并在其中定义了一个项目属性作为处理数据源,在返款时会对该属性进行初始化,spring对service默认是单例的,所以在产生并发时后一个请求会覆盖掉前一个项目的项目属性,导致错误的返款;现已对返款模块加@Scope(\"prototype\")标签处理;</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">解决时间:20180903完成验证上线</span></p><p class=\"MsoNormal\">&nbsp; &nbsp;&nbsp;<span style=\"font-family:宋体;\"><br  /></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【财经-返款】两个项目业主并发(20ms内)同意返款会导致其中一个业主项目返款异常","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-03 15:37:53","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001010535","custom_field_6":"金融","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-03 15:34:11","version_close":"","reporter":"温文斌wenbin.wen","baseline_find":"","baseline_test":"","closer":"温文斌wenbin.wen","version_report":"","testtype":"","closed":"2018-09-03 15:37:53","version_test":"","custom_field_five":"2h","lastmodify":"温文斌wenbin.wen","current_owner":"程博tiny.cheng;","baseline_close":"","testmode":"","participator":";程博tiny.cheng","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-03 15:37:53","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-03 15:33:04","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"BUG","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">进入申请借款页面,查询条件处输入别的装企的项目,能够被查询出来;查询的时候没有对装企信息做校验</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">能够被查询出来</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">不应查询到别的公司的项目</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"订单贷-申请借款-以项目ID为查询条件能查询到非本公司的项目","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"hold","workspace_id":"23793891","originphase":"","id":"1123793891001010472","custom_field_6":"金融","priority":"high","custom_field_9":"","custom_field_7":"2018-08-31","custom_field_8":"","version_fix":"","status":"suspended","version_close":"","reporter":"李国龙","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"郭敏amber.guo","current_owner":"郭敏amber.guo;","baseline_close":"","testmode":"","participator":";郭敏amber.guo","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-31 19:41:07","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-31 15:43:49","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/pictures/201808/tapd_23793891_1535701350_35.png\" style=\"width: 600px;\"  /></p><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"商家后台—开票信息被驳回后联系地址缺失,导致提交失败(提交失败后无任何提示)","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|suspended","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","suspend_time":"2018-08-31 19:41:07","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"其他","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-30 17:45:21","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001010427","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-30 17:41:53","version_close":"","reporter":"温文斌wenbin.wen","baseline_find":"","baseline_test":"","closer":"温文斌wenbin.wen","version_report":"","testtype":"","closed":"2018-08-30 17:45:21","version_test":"","custom_field_five":"2","lastmodify":"温文斌wenbin.wen","current_owner":"肖嘉豪;","baseline_close":"","testmode":"","participator":";肖嘉豪","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-30 17:45:21","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-30 17:40:54","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">原逻辑:返款和扣费查不到轮单待扣订单会先生成一笔轮单待扣订单</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">修改后:</span></span><span style=\"font-family:宋体;\">返款查不到轮单待扣订单直接报错;没有考虑到非落地派单是直接扣费,非落地直接扣费需要先生成轮单待扣订单,由于去掉了这个逻辑导致非落地轮单扣费失败</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体;\">非落地轮单扣费失败</span><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">非落地轮单应正常扣费</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"轮单账户分拆-由于修改返款查不到轮单待扣订单直接报错逻辑,导致非落地轮单扣费失败","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-30 10:07:22","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001010345","custom_field_6":"财务","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-30 10:05:58","version_close":"","reporter":"温文斌wenbin.wen","baseline_find":"","baseline_test":"","closer":"温文斌wenbin.wen","version_report":"","testtype":"","closed":"2018-08-30 10:07:22","version_test":"","custom_field_five":"2","lastmodify":"温文斌wenbin.wen","current_owner":"肖嘉豪;","baseline_close":"","testmode":"","participator":";肖嘉豪","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Android","custom_field_10":"","custom_field_11":"","modified":"2018-08-30 10:07:22","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-30 10:03:09","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">当轮单记录中有多笔待扣记录时,账户的充值待扣余额和赠送待扣余额是多笔加起来进行四舍五入保留两位小数存到账户,服务订单是单笔进行四舍五入生成轮单待扣服务订单;所以会导致金额有误差,扣款不成功,但总金额是一致的</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">由于存在误差导致扣款或返款失败</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">应正常扣款或返款</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"轮单账户分拆-扣款和返款需要兼容初始化造成的金额误差","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009954","custom_field_6":"金融","priority":"high","custom_field_9":"","custom_field_7":"2018-08-27","custom_field_8":"","version_fix":"","status":"assigned","version_close":"","reporter":"李国龙","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"郭敏amber.guo","current_owner":"汤习林tony.tang;张龙imp.zhang;","baseline_close":"","testmode":"","participator":";汤习林tony.tang;张龙imp.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-27 21:45:54","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-24 17:57:13","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/pictures/201808/tapd_23793891_1535104586_72.jpg\" style=\"width: 600px;\"  /></p><div><br  /></div><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"线上5星项目出现不明订单","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|assigned","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-24 14:29:59","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009934","custom_field_6":"装修流程","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-24 14:27:46","version_close":"","reporter":"潘文静jessie.pan","baseline_find":"","baseline_test":"","closer":"潘文静jessie.pan","version_report":"","testtype":"","closed":"2018-08-24 14:29:59","version_test":"","custom_field_five":"4","lastmodify":"潘文静jessie.pan","current_owner":"童志威amos.tong;","baseline_close":"","testmode":"","participator":";童志威amos.tong","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-24 14:29:59","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-24 13:56:35","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"无","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">签约已使用的装修红包,A再次在领券成功页分享,好友B通过微信链接领取后,A查看个人中心已使用的优惠券</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">已使用的装修红包优惠券,显示增长后的金额</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">预期结果:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">已使用的装修红包,分享裂变后,金额不再增长。</span></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体;\">已修改为分享裂变记录时间小于优惠券更新时间,则显示增长金额;裂变时间大于优惠券更新时间,则不显示此增长金额</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】718活动,已核销的优惠券,分享裂变后金额仍在增长","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-23 09:28:10","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009808","custom_field_6":"装企派单","priority":"urgent","custom_field_9":"","custom_field_7":"2018-08-22","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-22 22:11:47","version_close":"","reporter":"秦晋jin.qin","baseline_find":"","baseline_test":"","closer":"秦晋jin.qin","version_report":"","testtype":"","closed":"2018-08-23 09:28:10","version_test":"","custom_field_five":"0.5","lastmodify":"秦晋jin.qin","current_owner":"李亚昆karl.li;","baseline_close":"","testmode":"","participator":";李亚昆karl.li","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-23 09:28:10","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-22 16:36:13","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"插入分配表时传入扣款时间","description":"<p class=\"MsoNormal\"><span style=\"font-family:宋体;\">问题描述:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\"><br  /></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">非落地项目扣费成功后没有回写分配表的扣款时间</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【装企派单】非落地项目分配装修公司后没有回写扣款时间","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-24 14:56:41","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009707","custom_field_6":"装企网店","priority":"high","custom_field_9":"","custom_field_7":"2018-08-21","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-24 13:50:32","version_close":"","reporter":"夏叶子lily.xia","baseline_find":"","baseline_test":"","closer":"夏叶子lily.xia","version_report":"","testtype":"","closed":"2018-08-24 14:56:41","version_test":"","custom_field_five":"1","lastmodify":"夏叶子lily.xia","current_owner":"姚鹏allen.yao;","baseline_close":"","testmode":"","participator":";姚鹏allen.yao","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-27 15:13:01","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-21 15:10:02","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><span style=\"font-family:宋体;\"><a href=\"https://tuchat.to8to.com/#/tuchat-sale-manage/banner-upload\" target=\"_blank\">https://tuchat.to8to.com/#/tuchat-sale-manage/banner-upload</a> </span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:笔记本,打开装企后台—店铺轮播图,查看页面显示</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:Web端的轮播图显示不全,无法显示【修改】和【删除】按钮,无法下拉滑动查看</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:完整显示移动端和Web端的轮播图设置,可以下拉滑动查看</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】兼容问题,装企后台,轮播图未适配笔记本屏幕尺寸,导致图片显示不全","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-24 14:00:58","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009676","custom_field_6":"装企派单","priority":"urgent","custom_field_9":"","custom_field_7":"2018-08-21","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-24 14:00:53","version_close":"","reporter":"秦晋jin.qin","baseline_find":"","baseline_test":"","closer":"秦晋jin.qin","version_report":"","testtype":"","closed":"2018-08-24 14:00:58","version_test":"","custom_field_five":"0","lastmodify":"秦晋jin.qin","current_owner":"李辉leo.li;","baseline_close":"","testmode":"","participator":";李辉leo.li","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-24 14:00:58","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-21 13:53:09","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">使装修公司轮单账户的余额小于轮单扣费金额,准备三个项目分别执行自动轮单、手动分配、二次补轮</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">查看装修公司是否可以轮到项目</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.余额不足的装修公司也可以分到项目</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.余额不足的装修公司不能分到项目</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】装修公司轮单账户余额不足的情况下仍然可以分到项目","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009645","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"温文斌wenbin.wen","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"温文斌wenbin.wen","current_owner":"肖嘉豪;黎勇;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-21 10:01:20","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-21 09:53:38","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">CRM有待扣和可返两种状态需要初始化生成轮单待扣服务订单,由于只初始化了待扣的数据,所以可返状态返款的时候会生成一笔轮单待扣订单,导致可返的这部分数据返款错误(目前线上有两部分数据需要修复:1、账户余额不足,返款失败;2、返款成功,先待扣,再返款,相当于没有返款,但状态已经变更)</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">可返的这部分数据返款会先生成一笔轮单待扣服务订单</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">待扣和可返状态可直接返款,无需再生成轮单待扣服务订单</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"轮单账户分拆-CRM可返的状态没有初始化生成轮单待扣的服务订单,导致返款失败","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-04 17:53:55","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009644","custom_field_6":"质检","priority":"medium","custom_field_9":"","custom_field_7":"2018-08-17","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-27 09:12:55","version_close":"","reporter":"林凤仪anne.lin","baseline_find":"","baseline_test":"","closer":"林凤仪anne.lin","version_report":"","testtype":"","closed":"2018-09-04 17:53:55","version_test":"","custom_field_five":"2","lastmodify":"林凤仪anne.lin","current_owner":"叶强kevin.ye;","baseline_close":"","testmode":"","participator":";叶强kevin.ye","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-09-04 17:53:55","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-21 09:43:01","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"旧流程服务上线重启服务,未切路由","description":"<p class=\"MsoNormal\"><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.</span></span>提交了一下 提交不了 然后说重复操作了 就退出来了(修数据)</p><p class=\"MsoNormal\">再看还在待完成里面 已完成里面没有&nbsp; 再重新编辑 编辑不了。</p><p class=\"MsoNormal\">(流程服务重启未切路由)</p><p class=\"MsoNormal\"><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【收费质检】纠纷返款,项目没有办法编辑,提示当前项目不可返款 unknow error in server |||发起流程失败 unknow error in server |||已申请纠纷返款","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009643","custom_field_6":"质检","priority":"medium","custom_field_9":"","custom_field_7":"2018-08-17","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"林凤仪anne.lin","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"叶强kevin.ye","current_owner":"alan.li李方彬;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-27 09:38:18","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-21 09:41:13","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.</span></span><span style=\"font-family:宋体;\">付费质检官网无法选择城市</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.</span></span><span style=\"font-family:宋体;\">免费质检项目入口不用了,不应保留这个链接</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【收费质检】付费质检官网无法选择城市","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-20 20:53:41","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009638","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-20 20:53:26","version_close":"","reporter":"温文斌wenbin.wen","baseline_find":"","baseline_test":"","closer":"温文斌wenbin.wen","version_report":"","testtype":"","closed":"2018-08-20 20:53:41","version_test":"","custom_field_five":"1小时","lastmodify":"温文斌wenbin.wen","current_owner":"黎勇;","baseline_close":"","testmode":"","participator":";黎勇","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-20 20:53:41","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-20 20:52:29","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"bug已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">进入商家后台-财务管理-资金明细-钱包余额明细</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体;\">钱包余额明细为空(前端</span>调用的接口传参错误导致<span style=\"font-family: 宋体;\">)</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">显示钱包余额明细</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"轮单账户分拆-轮单账户资金名称改动,导致钱包余额明细没有展示","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-04 17:54:18","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009568","custom_field_6":"质检","priority":"medium","custom_field_9":"","custom_field_7":"2018-08-17","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-31 16:10:56","version_close":"","reporter":"林凤仪anne.lin","baseline_find":"","baseline_test":"","closer":"林凤仪anne.lin","version_report":"","testtype":"","closed":"2018-09-04 17:54:18","version_test":"","custom_field_five":"1h","lastmodify":"林凤仪anne.lin","current_owner":"alan.li李方彬;","baseline_close":"","testmode":"","participator":";alan.li李方彬","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-09-04 17:54:18","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-20 10:23:17","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"遗留问题","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.登录erp-销售管理-潜在业主管理-编辑业主信息页;</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.</span></span><span style=\"font-family:宋体;\">166号段手机号码录入失败</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.166,199,198新号段录入成功</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【收费质检】166号段手机号码录入失败","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009489","custom_field_6":"装修流程","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"朱秀娟xijuan.zhu","current_owner":"汤习林tony.tang;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-17 15:40:48","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-17 15:40:48","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1534491624_42.png\" style=\"width: 600px;\"  /></p><div><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1534491630_55.png\"  /><div><br  /></div></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【业主app】项目id: 25995534    深圳市鹏森装饰,业主提交水电增项为0,点击确认时,显示“提交失败”,再点击”驳回“,无法操作","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-21 11:08:18","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009485","custom_field_6":"财务","priority":"urgent","custom_field_9":"","custom_field_7":"2018-08-17","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-21 11:05:26","version_close":"","reporter":"艾恒星","baseline_find":"","baseline_test":"","closer":"艾恒星","version_report":"","testtype":"","closed":"2018-08-21 11:08:18","version_test":"","custom_field_five":"5h","lastmodify":"艾恒星","current_owner":"张锐锋freeman.zhang;","baseline_close":"","testmode":"","participator":";张锐锋freeman.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-21 11:08:18","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-17 15:23:05","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"1","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.纠纷还款财务审核通过</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">2.财务提现接口调用纠纷还款银行卡信息</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">3.开始提现</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">无法提现,调用的是加密后的银行卡</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">可以提现,调用的是解密后的银行卡</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题-纠纷还款】纠纷还款审核通过财务提现接口调用时传的是加密后的银行卡密码,导致无法提现","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-04 17:52:56","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009478","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-04 10:48:14","version_close":"","reporter":"彭明明charlie.peng","baseline_find":"","baseline_test":"","closer":"彭明明charlie.peng","version_report":"","testtype":"","closed":"2018-09-04 17:52:56","version_test":"","custom_field_five":"3","lastmodify":"彭明明charlie.peng","current_owner":"黎勇;","baseline_close":"","testmode":"","participator":";黎勇","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-04 17:53:38","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-17 14:52:33","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"线上环境","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1534488729_56.png\" style=\"width: 600px;\"  /></p><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【清结算单导出】清算单导出的结算单状态错误","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-04 18:03:27","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009467","custom_field_6":"质检","priority":"medium","custom_field_9":"","custom_field_7":"2018-08-17","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-27 09:28:26","version_close":"","reporter":"林凤仪anne.lin","baseline_find":"","baseline_test":"","closer":"林凤仪anne.lin","version_report":"","testtype":"","closed":"2018-09-04 18:03:27","version_test":"","custom_field_five":"1.5","lastmodify":"林凤仪anne.lin","current_owner":"高爽mike.gao;","baseline_close":"","testmode":"","participator":";高爽mike.gao","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Android","custom_field_10":"","custom_field_11":"","modified":"2018-09-04 18:03:27","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-17 13:42:18","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已修复","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.登录OA(安卓端)-收费任务;</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.三个tab页只展示了10条数据,超过10条的部分没有展示;</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.</span></span><span style=\"font-family: 宋体;\">三个tab页,展示所有数据;</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【收费质检】安卓端-收费任务,列表页只展示了10条数据","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009410","custom_field_6":"装修流程","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"朱秀娟xijuan.zhu","current_owner":"汤习林tony.tang;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-16 19:26:21","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-16 19:26:21","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1534418720_81.png\" style=\"width: 600px;\"  /><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1534418732_72.png\" style=\"width: 600px;\"  /></p><div><br  /></div><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【业主app】项目id:26311806   业主已经确认优惠券了 但是装企再次发起后 业主端还是没有签约管理的选项","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009096","custom_field_6":"设计本","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"林佛盛","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"林佛盛","current_owner":"代潇瑞reson.dai;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"PC","custom_field_10":"","custom_field_11":"","modified":"2018-08-14 10:45:44","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-14 10:45:44","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family:宋体;\">问题:PC端,“有问必答”模块,点击“我要提问”或“我要回答”弹出登录弹窗,此时当鼠标焦点不在浏览器时,就会新增一个登陆弹窗</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\"><br  /></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">复现步骤:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">1、PC端,未登录的状态下,进入“有问必答”模块,点击“我要提问”或“我要回答”,弹出登录弹窗</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">2、鼠标焦点离开浏览器,如打开任意一个软件使焦点不在浏览器</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">3、再次进入浏览器该登录页面,使焦点回到这里,此时会新弹出一个登录弹窗</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\"><br  /></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">请查看附件截图</span></p>","regression_number":"0","title":"【线上环境】-【设计本】PC端,“有问必答”模块,点击“我要提问”或“我要回答”弹出登录弹窗,此时当鼠标焦点不在浏览器时,就会新增一个登陆弹窗","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001008907","custom_field_6":"装修流程","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"acknowledged","version_close":"","reporter":"艾恒星","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"艾恒星","current_owner":"","baseline_close":"","testmode":"","participator":";艾恒星","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-20 09:29:10","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-13 12:01:36","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"\"><span style=\"font-size: 13px;\"><b><a href=\"https://www.tapd.cn/23794851/prong/stories/view/1123794851001006302\" target=\"_blank\">https://www.tapd.cn/23794851/prong/stories/view/1123794851001006302</a> </b></span></span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">在ERP-销售管理-我的潜客中选择某一项目,该项目城市无门店,点击提交,审核可售</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">该项目因无法获取门店信息进入死单页面(实际上现在线上只有部分城市有门店,大部分城市无门店)</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\">收费质检项目能够继续走下去,不应该因为这个卡死</p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题-收费质检】收费质检-某些项目所在城市无门店,该城市项目转化为收费质检时项目直接死单,无法继续将收费质检流程走下去","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|acknowledged","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001008786","custom_field_6":"装企派单","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"邓迪di.deng","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"朱秀娟xijuan.zhu","current_owner":"","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-17 13:45:00","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-10 17:18:06","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">已录视频,见附件</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【土巴兔商家APP】派单,拨号,取消拨号直接进入了派单详情页","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001008730","custom_field_6":"设计本","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"林佛盛","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"林佛盛","current_owner":"曾华生watson.zeng;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-17 15:51:07","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-10 10:59:45","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题:</span><span style=\"font-family:宋体;\">设计本管理后台,设计师管理-&gt;作品数把未通过案例的作品数量统计进去了</span></p><p class=\"MsoNormal\"></p><div yne-bulb-block=\"paragraph\" style=\"white-space: pre-wrap; text-align: left; line-height: 1.75; font-size: 14px;\">(线上设计师):<span style=\"color: rgb(51, 51, 51); background-color: rgb(255, 255, 255);\">13175150245&nbsp;&nbsp;&nbsp;000000    uid=5334615</span></div>","regression_number":"0","title":"【线上问题】-【设计本】设计本管理后台,设计师管理->作品数把未通过案例的作品数量统计进去了","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-10 14:15:20","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001008630","custom_field_6":"装修流程","priority":"urgent","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-10 14:00:51","version_close":"","reporter":"潘文静jessie.pan","baseline_find":"","baseline_test":"","closer":"董虎","version_report":"","testtype":"","closed":"2018-08-10 14:15:20","version_test":"","custom_field_five":"5","lastmodify":"董虎","current_owner":"王曦宇crazyking.wang;","baseline_close":"","testmode":"","participator":";王曦宇crazyking.wang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-05 14:15:23","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-09 13:52:59","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已上线,返款循环数据源错误","description":"<p class=\"MsoNormal\"><span style=\"font-family:宋体;\">问题描述:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">新保障体项目有多个处于返款倒计时中,其中一个项目竣工返款30天倒计时结束后,把其他还处于竣工返款倒计时中的项目也自动返款了</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】新保障项目,竣工30天倒计时结束,会把其他竣工返款处于倒计时中的项目全部自动返款","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}}],"status":1,"info":"success"}
[2018-09-25 12:30:24.434] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2018-09-25 12:30:24.435] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2018-09-25 12:32:12.926] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://api.tapd.cn/bugs?workspace_id=23793891&title=%E7%BA%BF%E4%B8%8A
[2018-09-25 12:32:13.128] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2018-09-25 12:32:16.299] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2018-09-25 12:32:16.299] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2018-09-25 12:32:16.299] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://api.tapd.cn/bugs?workspace_id=23793891&title=%E7%BA%BF%E4%B8%8A
[2018-09-25 12:32:16.300] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : GET
[2018-09-25 12:32:16.300] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2018-09-25 12:32:16.300] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Authorization:Basic R1U0QGN3cTY6MDUyODM1QjUtMTk0Qy0yREM4LUNDNTItRTFGNzhFRkY5MzY1
[2018-09-25 12:32:16.300] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2018-09-25 12:32:16.301] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2018-09-25 12:32:16.303] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {workspace_id=23793891, title=线上}
[2018-09-25 12:32:16.303] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2018-09-25 12:32:16.303] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - workspace_id=23793891&title=%E7%BA%BF%E4%B8%8A
[2018-09-25 12:32:16.304] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2018-09-25 12:32:16.305] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2018-09-25 12:32:16.946] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2018-09-25 12:32:16.947] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2018-09-25 12:32:16.947] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2018-09-25 12:32:16.947] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2018-09-25 12:32:16.947] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2018-09-25 12:32:16.947] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.8.0
[2018-09-25 12:32:16.948] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-WAF-UUID:02b36c10-5110-4521-84fd-8a16ba808ada
[2018-09-25 12:32:16.948] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2018-09-25 12:32:16.948] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Set-Cookie:
[2018-09-25 12:32:16.949] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - P3P:CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
[2018-09-25 12:32:16.949] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 25 Sep 2018 04:32:16 GMT
[2018-09-25 12:32:16.949] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json; charset=utf-8
[2018-09-25 12:32:16.951] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-Powered-By:PHP/5.6.36
[2018-09-25 12:32:16.951] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2018-09-25 12:32:16.952] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:288] - CAKEPHP:88c9194201dc562cfb1865ec4f29aacfa551d09f59dd7eaaab52893320c43227
[2018-09-25 12:32:16.957] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2018-09-25 12:32:16.957] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"data":[{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-18 14:06:37","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001011902","custom_field_6":"质检","priority":"urgent","custom_field_9":"","custom_field_7":"2018-09-18","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-18 14:00:52","version_close":"","reporter":"艾恒星","baseline_find":"","baseline_test":"","closer":"艾恒星","version_report":"","testtype":"","closed":"2018-09-18 14:06:37","version_test":"","custom_field_five":"2","lastmodify":"艾恒星","current_owner":"汪毓;","baseline_close":"","testmode":"","participator":";汪毓","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-18 14:06:37","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-18 13:48:42","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已经解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-09/tapd_23793891_base64_1537249338_94.png\" style=\"width: 600px;\"  /></p><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">线上环境申请水电/中期/竣工质检</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">提示:该功能更新到最新版本才可使用</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">新旧版本app都可以申请,不存在旧版本强制升级的现象</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【质检】2018/09/18上午线上环境业主APP端无法申请质检,原因是昨晚应该上线的接口补丁未上线","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-21 17:29:11","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001011862","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"2018-09-19","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-20 11:38:27","version_close":"","reporter":"彭明明charlie.peng","baseline_find":"","baseline_test":"","closer":"彭明明charlie.peng","version_report":"","testtype":"","closed":"2018-09-21 17:29:11","version_test":"","custom_field_five":"5h","lastmodify":"彭明明charlie.peng","current_owner":"张锐锋freeman.zhang;","baseline_close":"","testmode":"","participator":";张锐锋freeman.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Android","custom_field_10":"","custom_field_11":"","modified":"2018-09-21 17:29:11","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-18 10:13:32","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"修改质检入口时对另一入口造成影响,新增银行卡信息时报氏","description":"<p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">1.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题发现平台:</span></b><b><span style=\"font-family: 宋体; font-size: 10.5pt;\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">CRM后台</span></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">2.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题描述:</span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">&nbsp; &nbsp; &nbsp; &nbsp;纠纷返款有两个入口:中标项目查询页入口,直接提交不需要审核;质检入口<br  /></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">中标项目查询入口提交纠纷返款后钱没有退给装企,装企投诉</p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">3.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题数据提供:</span></b></p><p class=\"MsoNormal\">线上25833680&nbsp;25319282这两个项目<span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\">4.&nbsp; &nbsp;<b>问题原因</b>:</p><p class=\"MsoNormal\"><span style=\" color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ; \">修改质检入口时对另一入口造成影响,新增银行卡信息时报错</span><br  /></p>","regression_number":"0","title":"【财务-纠纷返款】线上出现中标项目纠纷返款入口提交成功后没有退款给装企","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009954","custom_field_6":"金融","priority":"high","custom_field_9":"","custom_field_7":"2018-08-27","custom_field_8":"","version_fix":"","status":"assigned","version_close":"","reporter":"李国龙","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"郭敏amber.guo","current_owner":"汤习林tony.tang;张龙imp.zhang;","baseline_close":"","testmode":"","participator":";汤习林tony.tang;张龙imp.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-27 21:45:54","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-24 17:57:13","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/pictures/201808/tapd_23793891_1535104586_72.jpg\" style=\"width: 600px;\"  /></p><div><br  /></div><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"线上5星项目出现不明订单","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|assigned","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-24 14:29:59","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009934","custom_field_6":"装修流程","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-24 14:27:46","version_close":"","reporter":"潘文静jessie.pan","baseline_find":"","baseline_test":"","closer":"潘文静jessie.pan","version_report":"","testtype":"","closed":"2018-08-24 14:29:59","version_test":"","custom_field_five":"4","lastmodify":"潘文静jessie.pan","current_owner":"童志威amos.tong;","baseline_close":"","testmode":"","participator":";童志威amos.tong","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-24 14:29:59","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-24 13:56:35","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"无","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">签约已使用的装修红包,A再次在领券成功页分享,好友B通过微信链接领取后,A查看个人中心已使用的优惠券</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">已使用的装修红包优惠券,显示增长后的金额</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">预期结果:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">已使用的装修红包,分享裂变后,金额不再增长。</span></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体;\">已修改为分享裂变记录时间小于优惠券更新时间,则显示增长金额;裂变时间大于优惠券更新时间,则不显示此增长金额</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】718活动,已核销的优惠券,分享裂变后金额仍在增长","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-24 14:56:41","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009707","custom_field_6":"装企网店","priority":"high","custom_field_9":"","custom_field_7":"2018-08-21","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-24 13:50:32","version_close":"","reporter":"夏叶子lily.xia","baseline_find":"","baseline_test":"","closer":"夏叶子lily.xia","version_report":"","testtype":"","closed":"2018-08-24 14:56:41","version_test":"","custom_field_five":"1","lastmodify":"夏叶子lily.xia","current_owner":"姚鹏allen.yao;","baseline_close":"","testmode":"","participator":";姚鹏allen.yao","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-27 15:13:01","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-21 15:10:02","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><span style=\"font-family:宋体;\"><a href=\"https://tuchat.to8to.com/#/tuchat-sale-manage/banner-upload\" target=\"_blank\">https://tuchat.to8to.com/#/tuchat-sale-manage/banner-upload</a> </span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:笔记本,打开装企后台—店铺轮播图,查看页面显示</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:Web端的轮播图显示不全,无法显示【修改】和【删除】按钮,无法下拉滑动查看</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:完整显示移动端和Web端的轮播图设置,可以下拉滑动查看</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】兼容问题,装企后台,轮播图未适配笔记本屏幕尺寸,导致图片显示不全","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-24 14:00:58","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009676","custom_field_6":"装企派单","priority":"urgent","custom_field_9":"","custom_field_7":"2018-08-21","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-24 14:00:53","version_close":"","reporter":"秦晋jin.qin","baseline_find":"","baseline_test":"","closer":"秦晋jin.qin","version_report":"","testtype":"","closed":"2018-08-24 14:00:58","version_test":"","custom_field_five":"0","lastmodify":"秦晋jin.qin","current_owner":"李辉leo.li;","baseline_close":"","testmode":"","participator":";李辉leo.li","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-24 14:00:58","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-21 13:53:09","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">使装修公司轮单账户的余额小于轮单扣费金额,准备三个项目分别执行自动轮单、手动分配、二次补轮</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">查看装修公司是否可以轮到项目</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.余额不足的装修公司也可以分到项目</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.余额不足的装修公司不能分到项目</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】装修公司轮单账户余额不足的情况下仍然可以分到项目","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009489","custom_field_6":"装修流程","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"朱秀娟xijuan.zhu","current_owner":"汤习林tony.tang;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-17 15:40:48","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-17 15:40:48","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1534491624_42.png\" style=\"width: 600px;\"  /></p><div><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1534491630_55.png\"  /><div><br  /></div></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【业主app】项目id: 25995534    深圳市鹏森装饰,业主提交水电增项为0,点击确认时,显示“提交失败”,再点击”驳回“,无法操作","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-21 11:08:18","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009485","custom_field_6":"财务","priority":"urgent","custom_field_9":"","custom_field_7":"2018-08-17","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-21 11:05:26","version_close":"","reporter":"艾恒星","baseline_find":"","baseline_test":"","closer":"艾恒星","version_report":"","testtype":"","closed":"2018-08-21 11:08:18","version_test":"","custom_field_five":"5h","lastmodify":"艾恒星","current_owner":"张锐锋freeman.zhang;","baseline_close":"","testmode":"","participator":";张锐锋freeman.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-21 11:08:18","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-17 15:23:05","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"1","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.纠纷还款财务审核通过</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">2.财务提现接口调用纠纷还款银行卡信息</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">3.开始提现</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">无法提现,调用的是加密后的银行卡</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">可以提现,调用的是解密后的银行卡</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题-纠纷还款】纠纷还款审核通过财务提现接口调用时传的是加密后的银行卡密码,导致无法提现","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009410","custom_field_6":"装修流程","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"朱秀娟xijuan.zhu","current_owner":"汤习林tony.tang;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-16 19:26:21","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-16 19:26:21","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1534418720_81.png\" style=\"width: 600px;\"  /><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1534418732_72.png\" style=\"width: 600px;\"  /></p><div><br  /></div><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【业主app】项目id:26311806   业主已经确认优惠券了 但是装企再次发起后 业主端还是没有签约管理的选项","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009096","custom_field_6":"设计本","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"林佛盛","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"林佛盛","current_owner":"代潇瑞reson.dai;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"PC","custom_field_10":"","custom_field_11":"","modified":"2018-08-14 10:45:44","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-14 10:45:44","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family:宋体;\">问题:PC端,“有问必答”模块,点击“我要提问”或“我要回答”弹出登录弹窗,此时当鼠标焦点不在浏览器时,就会新增一个登陆弹窗</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\"><br  /></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">复现步骤:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">1、PC端,未登录的状态下,进入“有问必答”模块,点击“我要提问”或“我要回答”,弹出登录弹窗</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">2、鼠标焦点离开浏览器,如打开任意一个软件使焦点不在浏览器</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">3、再次进入浏览器该登录页面,使焦点回到这里,此时会新弹出一个登录弹窗</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\"><br  /></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">请查看附件截图</span></p>","regression_number":"0","title":"【线上环境】-【设计本】PC端,“有问必答”模块,点击“我要提问”或“我要回答”弹出登录弹窗,此时当鼠标焦点不在浏览器时,就会新增一个登陆弹窗","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001008907","custom_field_6":"装修流程","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"acknowledged","version_close":"","reporter":"艾恒星","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"艾恒星","current_owner":"","baseline_close":"","testmode":"","participator":";艾恒星","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-20 09:29:10","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-13 12:01:36","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"\"><span style=\"font-size: 13px;\"><b><a href=\"https://www.tapd.cn/23794851/prong/stories/view/1123794851001006302\" target=\"_blank\">https://www.tapd.cn/23794851/prong/stories/view/1123794851001006302</a> </b></span></span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">在ERP-销售管理-我的潜客中选择某一项目,该项目城市无门店,点击提交,审核可售</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">该项目因无法获取门店信息进入死单页面(实际上现在线上只有部分城市有门店,大部分城市无门店)</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\">收费质检项目能够继续走下去,不应该因为这个卡死</p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题-收费质检】收费质检-某些项目所在城市无门店,该城市项目转化为收费质检时项目直接死单,无法继续将收费质检流程走下去","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|acknowledged","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001008730","custom_field_6":"设计本","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"林佛盛","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"林佛盛","current_owner":"曾华生watson.zeng;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-17 15:51:07","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-10 10:59:45","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题:</span><span style=\"font-family:宋体;\">设计本管理后台,设计师管理-&gt;作品数把未通过案例的作品数量统计进去了</span></p><p class=\"MsoNormal\"></p><div yne-bulb-block=\"paragraph\" style=\"white-space: pre-wrap; text-align: left; line-height: 1.75; font-size: 14px;\">(线上设计师):<span style=\"color: rgb(51, 51, 51); background-color: rgb(255, 255, 255);\">13175150245&nbsp;&nbsp;&nbsp;000000    uid=5334615</span></div>","regression_number":"0","title":"【线上问题】-【设计本】设计本管理后台,设计师管理->作品数把未通过案例的作品数量统计进去了","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-10 14:15:20","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001008630","custom_field_6":"装修流程","priority":"urgent","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-10 14:00:51","version_close":"","reporter":"潘文静jessie.pan","baseline_find":"","baseline_test":"","closer":"董虎","version_report":"","testtype":"","closed":"2018-08-10 14:15:20","version_test":"","custom_field_five":"5","lastmodify":"董虎","current_owner":"王曦宇crazyking.wang;","baseline_close":"","testmode":"","participator":";王曦宇crazyking.wang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-05 14:15:23","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-09 13:52:59","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已上线,返款循环数据源错误","description":"<p class=\"MsoNormal\"><span style=\"font-family:宋体;\">问题描述:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">新保障体项目有多个处于返款倒计时中,其中一个项目竣工返款30天倒计时结束后,把其他还处于竣工返款倒计时中的项目也自动返款了</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】新保障项目,竣工30天倒计时结束,会把其他竣工返款处于倒计时中的项目全部自动返款","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-18 10:06:54","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001008588","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-04 17:58:29","version_close":"","reporter":"彭明明charlie.peng","baseline_find":"","baseline_test":"","closer":"彭明明charlie.peng","version_report":"","testtype":"","closed":"2018-09-18 10:06:54","version_test":"","custom_field_five":"0.1","lastmodify":"彭明明charlie.peng","current_owner":"张锐锋freeman.zhang;","baseline_close":"","testmode":"","participator":";张锐锋freeman.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-18 10:06:54","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-08 20:57:38","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已修改","description":"<p class=\"MsoNormal\" style=\"padding: 0px;\"><span style=\"color: rgb(54, 59, 66); font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><span style=\"color:#266298;font-family:宋体;\"><a href=\"http://www.to8to.com/crm/index.php/Finance/workerCount/capitalList\" target=\"_blank\">http://www.to8to.com/crm/index.php/Finance/workerCount/capitalList</a> </span><br  /></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:</span></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">1.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题发现平台:</span></b><b><span style=\"font-family: 宋体; font-size: 10.5pt;\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"padding: 0px; color: rgb(54, 59, 66); text-indent: 21pt;\"><span style=\"font-family:宋体;\">CRM后台</span></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">2.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题描述:</span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">&nbsp; &nbsp; &nbsp; &nbsp; 见证宝资金托管,见证宝城市纠纷返款业主退款接入退款单,装企退款接入清算单,非见证宝城市,纠纷返款调用财务接口,接口同时完成crm资金明细更新,erp账户充值,生成crm提现单。由于接口变更,退款单,清算单没有更新crm项目资金明细逻辑。<br  /></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">3.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题数据提供:</span></b></p><p class=\"MsoNormal\">&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题-财务】纠纷返款退款后,没有调CRM的资金明细","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-08 10:31:31","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001008507","custom_field_6":"设计本","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-08 10:31:26","version_close":"","reporter":"林佛盛","baseline_find":"","baseline_test":"","closer":"林佛盛","version_report":"","testtype":"","closed":"2018-08-08 10:31:31","version_test":"","custom_field_five":"0.5","lastmodify":"林佛盛","current_owner":"林佛盛;","baseline_close":"","testmode":"","participator":";林佛盛","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-10 10:14:21","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-08 10:31:03","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决并上线","description":"<p class=\"MsoNormal\"><span style=\"font-family:宋体;\">设计本小程序后端部分代码漏提,使未开通小程序的设计师页面有联系拨号按钮,用户体验不友好</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\"><br  /></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\"><br  /></span></p><p class=\"MsoNormal\"><img src=\"/tfl/pictures/201808/tapd_23793891_1533695428_62.jpg\" style=\"width: 600px;\"  /></p><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【设计本】设计本小程序后端部分代码漏提,使未开通小程序的设计师页面有联系拨号按钮,用户体验不友好","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-20 20:45:26","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001008392","custom_field_6":"","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-15 16:09:52","version_close":"","reporter":"温文斌wenbin.wen","baseline_find":"","baseline_test":"","closer":"温文斌wenbin.wen","version_report":"","testtype":"","closed":"2018-08-20 20:45:26","version_test":"","custom_field_five":"0.1","lastmodify":"温文斌wenbin.wen","current_owner":"陈仰潘yangpan.chen;姚鹏allen.yao;","baseline_close":"","testmode":"","participator":";陈仰潘yangpan.chen;姚鹏allen.yao","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-20 20:45:26","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-07 13:50:36","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已经解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:</span></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">授信步骤到达实名认证,进行修改身份证性别,比如修改男为女,点击下一步</span></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">实际结果:</span></p><p class=\"MsoNormal\">报错,传值变为了“1”、“2”</p><p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">预期结果:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">进入下一步,传的值为“女”</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】订单贷-实名认证修改性别出现报错","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-17 17:06:07","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001008195","custom_field_6":"装修流程","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-17 16:57:49","version_close":"","reporter":"丁绍芳sf.ding","baseline_find":"","baseline_test":"","closer":"董虎","version_report":"","testtype":"","closed":"2018-08-17 17:06:07","version_test":"","custom_field_five":"3","lastmodify":"董虎","current_owner":"陈小雨fisher.chen;","baseline_close":"","testmode":"","participator":";陈小雨fisher.chen","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-05 14:18:13","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-06 11:49:24","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">1. 问题发现平台:</span></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">&nbsp; &nbsp;商家后台web端</span></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">2. 问题描述:</span></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">&nbsp; &nbsp;</span><span style=\"color: rgb(0, 0, 0); font-family: 微软雅黑;\">项目id:25679256&nbsp;&nbsp;装企无法发起电子签.&nbsp;&nbsp;重新发起也不行</span></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\"><br  /></span></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">3. 问题数据提供:</span></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">&nbsp; &nbsp;项目id&nbsp;</span><span style=\"color: rgb(0, 0, 0); font-family: 微软雅黑;\">25679256&nbsp;&nbsp;</span></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">4. 问题截图</span><br  /></p><div><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1533527296_44.png\"  /></div><div><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1533527309_57.png\"  /><div><br  /></div><div><br  /></div></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】项目id:25679256  装企无法发起电子签.  重新发起也不行","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-03 16:10:54","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001008069","custom_field_6":"装修流程","priority":"urgent","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-03 16:09:58","version_close":"","reporter":"彭明明charlie.peng","baseline_find":"","baseline_test":"","closer":"彭明明charlie.peng","version_report":"","testtype":"","closed":"2018-08-03 16:10:54","version_test":"","custom_field_five":"2","lastmodify":"彭明明charlie.peng","current_owner":"丁小和;","baseline_close":"","testmode":"","participator":";丁小和","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-04 17:54:35","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-03 15:56:38","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已经解决","description":"<p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">1.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题发现平台:</span></b><b><span style=\"font-family: 宋体; font-size: 10.5pt;\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">土巴兔商家后台</span></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">2.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题描述:</span></b></p><p class=\"MsoNormal\" style=\"padding: 0px;\"><span style=\"color: rgb(54, 59, 66); font-family: 宋体;\">&nbsp; &nbsp; &nbsp;</span><span style=\"color:#363b42;font-family:宋体;\">8个城市的新保障体系项目合同依然用的是旧合同</span></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">3.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题数据提供:</span></b></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 微信沟通,找测试晚,没拿到问题数据<b><span style=\"font-family: 宋体; font-size: 10.5pt;\"><br  /></span></b></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">4. 问题原因:</span></span></p><p class=\"MsoNormal\">&nbsp; &nbsp; &nbsp; &nbsp; 1.原先有个zk配置,这8个城市默认使用老的合同,优先级最高<span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.新保障体系铺开包含这8个城市后因为这个zk导致用的还是老的合同","regression_number":"0","title":"【线上问题-合同】8个城市的新保障体系项目合同依然用的是旧合同","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-03 16:27:36","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001008054","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-03 15:28:11","version_close":"","reporter":"李国龙","baseline_find":"","baseline_test":"","closer":"董虎","version_report":"","testtype":"","closed":"2018-08-03 16:27:36","version_test":"","custom_field_five":"5h","lastmodify":"董虎","current_owner":"张龙imp.zhang;","baseline_close":"","testmode":"","participator":";张龙imp.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-09-05 14:21:19","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-03 15:23:52","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"之前并未说明自定义订单对应的服务订单只能生撑一个","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">一笔自定义订单生成多笔服务订单,支付成功也显示多笔服务订单也是支付成功,其实只有一笔订单成功</span></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">实际结果:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"线上问题——广州项目平安微信充值问题","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-09 10:04:13","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001008035","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-03 16:08:53","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","closer":"朱秀娟xijuan.zhu","version_report":"","testtype":"","closed":"2018-08-09 10:04:13","version_test":"","custom_field_five":"2","lastmodify":"朱秀娟xijuan.zhu","current_owner":"霍万强word.huo;","baseline_close":"","testmode":"","participator":";霍万强word.huo","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-09 10:04:13","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-03 14:33:52","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"将订单号改成项目id","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:<br  /></span>1.crm新增托管款,并审核通过<br  />2.手机浏览器进入718主会场抽奖,并有抽奖资格<br  />3.crm驳回托管款,手机浏览器进入718主会场抽奖</p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span><span style=\"font-family:宋体;\">还有718抽奖资格</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:只有第一次满付才有718抽奖资格,驳回后不再有抽奖</span></span><span style=\"font-family: 宋体;\">资格</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【CRM-财务中心】驳回线下支付款项,不应还有718抽奖资格","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-10 14:57:54","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001007963","custom_field_6":"","priority":"urgent","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-03 15:19:37","version_close":"","reporter":"李国龙","baseline_find":"","baseline_test":"","closer":"李国龙","version_report":"","testtype":"","closed":"2018-08-10 14:57:54","version_test":"","custom_field_five":"2个工作日","lastmodify":"李国龙","current_owner":"吴再聪springs.wu;丁乔林;","baseline_close":"","testmode":"","participator":";吴再聪springs.wu;丁乔林","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-10 14:57:54","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-03 09:51:54","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"前端传参问题,不好改动,后台做兼容校验","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">iOS同时使用招联贷与订金支付</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体;\">创建订单失败</span><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">成功创建订单并能支付成功</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"线上问题-招联贷支付订单生成失败","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-09 10:04:03","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001007699","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-06 10:36:17","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","closer":"朱秀娟xijuan.zhu","version_report":"","testtype":"","closed":"2018-08-09 10:04:03","version_test":"","custom_field_five":"0","lastmodify":"朱秀娟xijuan.zhu","current_owner":"吴航宇damon.wu;黄海婷jade.huang;吴再聪springs.wu;","baseline_close":"","testmode":"","participator":";吴航宇damon.wu;黄海婷jade.huang;吴再聪springs.wu","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-09 10:04:03","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-01 14:20:21","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"上周已修复","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/pictures/201808/tapd_23793891_1533104366_12.png\" style=\"width: 600px;\"  /></p><div><br  /></div><div><br  /></div>","regression_number":"0","title":"【线上问题】-【业主app】项目ID 26689308  重庆  反馈内容:订单生成失败 但是我需要贷款付款","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-10 15:36:59","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001007686","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-10 15:36:49","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","closer":"朱秀娟xijuan.zhu","version_report":"","testtype":"","closed":"2018-08-10 15:36:59","version_test":"","custom_field_five":"1","lastmodify":"朱秀娟xijuan.zhu","current_owner":"吕向阳young.lv;","baseline_close":"","testmode":"","participator":";吕向阳young.lv","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-10 15:36:59","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-01 14:02:29","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"业主解绑过导致","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span><span style=\"font-family:宋体;\">澳门业主手机号码澳门电信的,在土巴兔APP上能登陆,但是看不到项目信息,也无法确认装修保</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span><span style=\"font-family:宋体;\">澳门业主手机号码澳门电信的,在土巴兔APP上能登陆且能正常操作</span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1533103283_41.png\" style=\"width: 600px;\"  /><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1533103290_83.png\" style=\"width: 600px;\"  /></p><div><br  /></div><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【业主app】项目ID:25282577(新保障项目)澳门业主手机号码是澳门电信的,在土巴兔APP上能登陆,但是看不到项目信息,也无法确认装修保","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|PM_audited|new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-03 14:23:00","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001007683","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-02 15:08:43","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","closer":"朱秀娟xijuan.zhu","version_report":"","testtype":"","closed":"2018-08-03 14:23:00","version_test":"","custom_field_five":"1","lastmodify":"朱秀娟xijuan.zhu","current_owner":"叶强kevin.ye;","baseline_close":"","testmode":"","participator":";叶强kevin.ye","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-03 14:23:00","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-01 13:57:46","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"上游问题","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.业主登录app,点击水电验收按钮</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span><span style=\"font-family:宋体;\">显示“ 申请验收失败数据不存在”</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:说点验收成功</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1533103038_42.png\" style=\"width: 600px;\"  /></p><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【业主app】项目id: 26295207  (新保障项目)业主来电反馈申请不了水电验收,评价了也是申请不了,显示“ 申请验收失败数据不存在”","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-03 14:22:39","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001007676","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-02 15:36:29","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","closer":"朱秀娟xijuan.zhu","version_report":"","testtype":"","closed":"2018-08-03 14:22:39","version_test":"","custom_field_five":"两周之前已经发补丁","lastmodify":"朱秀娟xijuan.zhu","current_owner":"汤习林tony.tang;","baseline_close":"","testmode":"","participator":";汤习林tony.tang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-03 14:22:39","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-01 13:48:43","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"安卓传递yid为0,旧版本还是会有问题,新版本没问题","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:<br  /></span>1.装企后台发起签约<br  />2.业主登录app,点击合同管理,点击签约</p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span><span style=\"font-family:宋体;\">提示暂时不能签约,签约异常</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:能正常签约成功</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1533102389_60.png\"  /></p><div><br  /></div>","regression_number":"0","title":"【线上问题】-【业主app】项目ID 26577875不能发起签约。提示暂时不能签约,签约异常","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-09 10:03:53","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001007667","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-06 11:35:47","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","closer":"朱秀娟xijuan.zhu","version_report":"","testtype":"","closed":"2018-08-09 10:03:53","version_test":"","custom_field_five":"2天","lastmodify":"朱秀娟xijuan.zhu","current_owner":"朱秀娟xijuan.zhu;","baseline_close":"","testmode":"","participator":";韦威lucy.wei;朱秀娟xijuan.zhu","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-09 10:03:53","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-01 11:41:47","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"处理人 吴再聪","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:<br  /></span>1.商家web创建案例<br  />2.代潇瑞后台插数据绑定案例与平台自动生成的工地<br  />3.进入商家app-装修-搜索装修公司,点击案例<br  />4.查看评价</p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span><span style=\"font-family:宋体;\">业主评价中出现不是业主评论的内容&nbsp;</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span><span style=\"font-family:宋体;\">业主评价中出现是业主评论的内容&nbsp;</span><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1533094686_13.png\"  /></p><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【业主app】APP装修案例-业主评价中出现不是业主评论的内容","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001007666","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"acknowledged","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"邓正银","current_owner":"邓正银;","baseline_close":"","testmode":"","participator":";邓正银","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-10 16:02:02","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-01 11:36:48","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:<br  /></span>1.业主app点击付款争议判断按钮<br  />2.数据库修改表to8to.to8to_zxgs_node_rebate的estimated_time为昨天<br  />3.CRM客服点击项目管理-投诉-解冻按钮,并提交成功<br  />3.返回到业主app点击同意付款按钮<br  />4.提示倒计时已结束,已自动扣款</p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span><span style=\"font-family:宋体;\">提示倒计时已结束,已自动扣款</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span><span style=\"font-family:宋体;\">应文案修改为:存在付款争议,请联系客服处理后再付款哦<br  />备注:转给邓郑银跟进<br  />CRM系统解冻付款争议判断未走质检验收+15天倒计时的流程导致</span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1533094473_30.png\"  /></p><div><br  /></div>","regression_number":"0","title":"【线上问题】-【业主app】付款争议判断CRM系统解冻后业主点击同意付款时,提示倒计时已结束,已自动扣款,应文案修改为:存在付款争议,请联系客服处理后再付款哦","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|acknowledged","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"prompt","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-10 15:37:51","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001007660","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-10 15:37:41","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","closer":"朱秀娟xijuan.zhu","version_report":"","testtype":"","closed":"2018-08-10 15:37:51","version_test":"","custom_field_five":"1","lastmodify":"朱秀娟xijuan.zhu","current_owner":"韦威lucy.wei;","baseline_close":"","testmode":"","participator":";韦威lucy.wei","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-10 15:37:51","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-01 11:27:45","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"问题已修复,已上线","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:<br  /></span>1.添加水电阶段,,app显示水电阶段<br  />2.把水电阶段改为泥木阶段,app显示油漆阶段<br  />3.再把油漆阶段改为泥木阶段,app仍然显示油漆阶段<br  />4.此时app最终应显示为泥木阶段</p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span><span style=\"font-family:宋体;\">为油漆工程</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span><span style=\"font-family:宋体;\">应为泥木工程</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">备注无图,开发、测试已修复并验证</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【商家app&小程序】最高的一个工程进度为油漆,更改为泥木,app工地的工程进度更新后不生效,应为泥木工程,不应为油漆工程","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-07 18:58:02","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001007634","custom_field_6":"","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-07 09:46:10","version_close":"","reporter":"杨芳","baseline_find":"","baseline_test":"","closer":"杨芳","version_report":"","testtype":"","closed":"2018-08-07 18:58:02","version_test":"","custom_field_five":"16","lastmodify":"杨芳","current_owner":"郭春玲;","baseline_close":"","testmode":"","participator":";郭春玲","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-07 18:58:02","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-01 10:11:19","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已经上线了","description":"<p class=\"MsoNormal\">如果输入包括特殊字符的500个字符,后台转义就会超过500,点击提交后提示超过500限制</p><p class=\"MsoNormal\"><br  /></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1533089341_33.png\" style=\"width: 600px;\"  /></p><div><br  /></div>","regression_number":"0","title":"【线上问题】装企后台人员管理,创建子账户填写个人简介,限制500字符问题","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001007488","custom_field_6":"","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"acknowledged","version_close":"","reporter":"彭明明charlie.peng","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"彭明明charlie.peng","current_owner":"韦威lucy.wei;","baseline_close":"","testmode":"","participator":";韦威lucy.wei","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-10 15:13:42","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-07-30 10:32:52","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">1.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题发现平台:</span></b><b><span style=\"font-family: 宋体; font-size: 10.5pt;\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"padding: 0px; color: rgb(54, 59, 66); text-indent: 21pt;\"><span style=\"font-family:宋体;\">土巴兔APP业主后台</span></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">2.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题描述:</span></b></p><p class=\"MsoNormal\" style=\"padding: 0px;\"><span style=\" color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">&nbsp; &nbsp; &nbsp;</span></span><span style=\"color:#363b42;font-family:宋体;\">新保障体系装修贷项目同意水电返款,提示暂不可返</span></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">3.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题数据提供:</span></b></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\">&nbsp; &nbsp;&nbsp;<img src=\"/tfl/captures/2018-07/tapd_23793891_base64_1532915032_28.png\" style=\"color: rgb(0, 0, 0); font-family: 微软雅黑;\"  /><b><span style=\"font-family: 宋体; font-size: 10.5pt;\"><br  /></span></b></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\">4.问题原因</p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\">--&nbsp;业主后台同意付款,返回状态码-39,提示暂不可返<br  />--&nbsp;经排查,该项目是装修贷项目,需金融运营人员先确认后,业主才能同意返款<br  />--&nbsp;1.业主后台的提示文案需调整,引导业主联系客服,通知金融运营及时处理<br  />&nbsp;&nbsp;&nbsp;2.建立线上或线下通知机制,有该类项目,及时通知运营在后台确认<br  /></p><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】新保障体系装修贷项目同意水电返款,提示暂不可返","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|acknowledged","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}}],"status":1,"info":"success"}
[2018-09-25 12:32:16.987] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2018-09-25 12:32:16.989] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2018-09-25 12:38:31.074] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://api.tapd.cn/bugs
[2018-09-25 12:38:31.271] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2018-09-25 12:38:36.419] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2018-09-25 12:38:36.419] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2018-09-25 12:38:36.420] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://api.tapd.cn/bugs
[2018-09-25 12:38:36.421] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : GET
[2018-09-25 12:38:36.421] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2018-09-25 12:38:36.421] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Authorization:Basic R1U0QGN3cTY6MDUyODM1QjUtMTk0Qy0yREM4LUNDNTItRTFGNzhFRkY5MzY1
[2018-09-25 12:38:36.422] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2018-09-25 12:38:36.422] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2018-09-25 12:38:36.424] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {}
[2018-09-25 12:38:36.425] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2018-09-25 12:38:36.425] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - 
[2018-09-25 12:38:36.425] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2018-09-25 12:38:36.425] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - {"id":"1009954"}
[2018-09-25 12:38:36.578] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2018-09-25 12:38:36.578] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2018-09-25 12:38:36.579] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 422 ParamError
[2018-09-25 12:38:36.579] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2018-09-25 12:38:36.579] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2018-09-25 12:38:36.579] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.8.0
[2018-09-25 12:38:36.580] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-WAF-UUID:8e73bdeb-3797-4d99-9dec-7f6292cfd84b
[2018-09-25 12:38:36.580] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2018-09-25 12:38:36.580] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Set-Cookie:
[2018-09-25 12:38:36.580] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - P3P:CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
[2018-09-25 12:38:36.581] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 25 Sep 2018 04:38:36 GMT
[2018-09-25 12:38:36.581] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json; charset=utf-8
[2018-09-25 12:38:36.581] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-Powered-By:PHP/5.6.36
[2018-09-25 12:38:36.581] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2018-09-25 12:38:36.582] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:288] - CAKEPHP:031b57e1feb7112a49f269252d932e1cb1d43063ec05bcfcbee24827d34da74c
[2018-09-25 12:38:36.582] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2018-09-25 12:38:36.582] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:294] - 
[2018-09-25 12:38:36.582] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2018-09-25 12:38:36.930] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2018-09-25 12:39:25.536] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://api.tapd.cn/bugs
[2018-09-25 12:39:25.732] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2018-09-25 12:39:28.863] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2018-09-25 12:39:28.866] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2018-09-25 12:39:28.868] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://api.tapd.cn/bugs
[2018-09-25 12:39:28.868] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : GET
[2018-09-25 12:39:28.869] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2018-09-25 12:39:28.869] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Authorization:Basic R1U0QGN3cTY6MDUyODM1QjUtMTk0Qy0yREM4LUNDNTItRTFGNzhFRkY5MzY1
[2018-09-25 12:39:28.870] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2018-09-25 12:39:28.870] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2018-09-25 12:39:28.873] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {}
[2018-09-25 12:39:28.874] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2018-09-25 12:39:28.874] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - 
[2018-09-25 12:39:28.875] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2018-09-25 12:39:28.875] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - {"id":"1009954"}
[2018-09-25 12:39:28.941] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2018-09-25 12:39:28.941] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2018-09-25 12:39:28.941] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 422 ParamError
[2018-09-25 12:39:28.941] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2018-09-25 12:39:28.941] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2018-09-25 12:39:28.942] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.8.0
[2018-09-25 12:39:28.942] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-WAF-UUID:7f134c78-df72-488c-8ddf-dfda33e0636f
[2018-09-25 12:39:28.942] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2018-09-25 12:39:28.942] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Set-Cookie:
[2018-09-25 12:39:28.942] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - P3P:CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
[2018-09-25 12:39:28.942] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 25 Sep 2018 04:39:28 GMT
[2018-09-25 12:39:28.942] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json; charset=utf-8
[2018-09-25 12:39:28.943] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-Powered-By:PHP/5.6.36
[2018-09-25 12:39:28.943] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2018-09-25 12:39:28.943] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:288] - CAKEPHP:5bf1753531fcb60142494cef799e9fa4b2eff33aa856ba04d8c2ca583e537b24
[2018-09-25 12:39:28.943] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2018-09-25 12:39:28.944] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:294] - 
[2018-09-25 12:39:28.944] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2018-09-25 12:39:29.278] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2018-09-25 12:41:54.703] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://api.tapd.cn/bugs?workspace_id=1009954
[2018-09-25 12:41:54.905] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2018-09-25 12:41:58.049] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2018-09-25 12:41:58.050] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2018-09-25 12:41:58.050] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://api.tapd.cn/bugs?workspace_id=1009954
[2018-09-25 12:41:58.050] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : GET
[2018-09-25 12:41:58.050] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2018-09-25 12:41:58.051] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Authorization:Basic R1U0QGN3cTY6MDUyODM1QjUtMTk0Qy0yREM4LUNDNTItRTFGNzhFRkY5MzY1
[2018-09-25 12:41:58.051] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2018-09-25 12:41:58.051] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2018-09-25 12:41:58.053] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {workspace_id=1009954}
[2018-09-25 12:41:58.053] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2018-09-25 12:41:58.053] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - workspace_id=1009954
[2018-09-25 12:41:58.054] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2018-09-25 12:41:58.054] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2018-09-25 12:41:58.205] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2018-09-25 12:41:58.206] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2018-09-25 12:41:58.206] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 403 Forbidden
[2018-09-25 12:41:58.206] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2018-09-25 12:41:58.206] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2018-09-25 12:41:58.207] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.8.0
[2018-09-25 12:41:58.207] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-WAF-UUID:7d3ad750-2664-4653-b684-7431cf3d0b28
[2018-09-25 12:41:58.207] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2018-09-25 12:41:58.207] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Set-Cookie:
[2018-09-25 12:41:58.208] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - P3P:CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
[2018-09-25 12:41:58.208] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 25 Sep 2018 04:41:58 GMT
[2018-09-25 12:41:58.208] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json; charset=utf-8
[2018-09-25 12:41:58.208] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-Powered-By:PHP/5.6.36
[2018-09-25 12:41:58.208] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2018-09-25 12:41:58.209] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:288] - CAKEPHP:b4180d377a301905843289be2b799a63b3440b27d1a2a0de5935810fbd2ce99d
[2018-09-25 12:41:58.209] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2018-09-25 12:41:58.209] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:294] - 
[2018-09-25 12:41:58.210] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2018-09-25 12:41:58.551] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2018-09-25 12:42:41.321] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://api.tapd.cn/bugs?workspace_id=23793891
[2018-09-25 12:42:41.538] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2018-09-25 12:42:41.677] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2018-09-25 12:42:41.678] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2018-09-25 12:42:41.679] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://api.tapd.cn/bugs?workspace_id=23793891
[2018-09-25 12:42:41.680] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : GET
[2018-09-25 12:42:41.681] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2018-09-25 12:42:41.683] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Authorization:Basic R1U0QGN3cTY6MDUyODM1QjUtMTk0Qy0yREM4LUNDNTItRTFGNzhFRkY5MzY1
[2018-09-25 12:42:41.683] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2018-09-25 12:42:41.684] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2018-09-25 12:42:41.686] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {workspace_id=23793891}
[2018-09-25 12:42:41.686] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2018-09-25 12:42:41.686] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - workspace_id=23793891
[2018-09-25 12:42:41.686] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2018-09-25 12:42:41.686] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2018-09-25 12:42:42.341] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2018-09-25 12:42:42.341] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2018-09-25 12:42:42.342] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2018-09-25 12:42:42.342] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2018-09-25 12:42:42.342] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2018-09-25 12:42:42.342] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.8.0
[2018-09-25 12:42:42.342] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-WAF-UUID:6a165a53-3854-4303-9876-b357ccb5e1f6
[2018-09-25 12:42:42.343] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2018-09-25 12:42:42.343] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Set-Cookie:
[2018-09-25 12:42:42.343] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - P3P:CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
[2018-09-25 12:42:42.343] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 25 Sep 2018 04:42:41 GMT
[2018-09-25 12:42:42.343] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json; charset=utf-8
[2018-09-25 12:42:42.344] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-Powered-By:PHP/5.6.36
[2018-09-25 12:42:42.344] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2018-09-25 12:42:42.344] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:288] - CAKEPHP:6a627009092f97abd403e9d09a9c461feaf1d6275f0254762e0d1faa62847037
[2018-09-25 12:42:42.344] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2018-09-25 12:42:42.344] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"data":[{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-18 14:06:37","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001011902","custom_field_6":"质检","priority":"urgent","custom_field_9":"","custom_field_7":"2018-09-18","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-18 14:00:52","version_close":"","reporter":"艾恒星","baseline_find":"","baseline_test":"","closer":"艾恒星","version_report":"","testtype":"","closed":"2018-09-18 14:06:37","version_test":"","custom_field_five":"2","lastmodify":"艾恒星","current_owner":"汪毓;","baseline_close":"","testmode":"","participator":";汪毓","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-18 14:06:37","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-18 13:48:42","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已经解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-09/tapd_23793891_base64_1537249338_94.png\" style=\"width: 600px;\"  /></p><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">线上环境申请水电/中期/竣工质检</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">提示:该功能更新到最新版本才可使用</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">新旧版本app都可以申请,不存在旧版本强制升级的现象</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【质检】2018/09/18上午线上环境业主APP端无法申请质检,原因是昨晚应该上线的接口补丁未上线","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-21 17:29:11","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001011862","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"2018-09-19","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-20 11:38:27","version_close":"","reporter":"彭明明charlie.peng","baseline_find":"","baseline_test":"","closer":"彭明明charlie.peng","version_report":"","testtype":"","closed":"2018-09-21 17:29:11","version_test":"","custom_field_five":"5h","lastmodify":"彭明明charlie.peng","current_owner":"张锐锋freeman.zhang;","baseline_close":"","testmode":"","participator":";张锐锋freeman.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Android","custom_field_10":"","custom_field_11":"","modified":"2018-09-21 17:29:11","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-18 10:13:32","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"修改质检入口时对另一入口造成影响,新增银行卡信息时报氏","description":"<p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">1.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题发现平台:</span></b><b><span style=\"font-family: 宋体; font-size: 10.5pt;\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">CRM后台</span></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">2.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题描述:</span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">&nbsp; &nbsp; &nbsp; &nbsp;纠纷返款有两个入口:中标项目查询页入口,直接提交不需要审核;质检入口<br  /></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">中标项目查询入口提交纠纷返款后钱没有退给装企,装企投诉</p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">3.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题数据提供:</span></b></p><p class=\"MsoNormal\">线上25833680&nbsp;25319282这两个项目<span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\">4.&nbsp; &nbsp;<b>问题原因</b>:</p><p class=\"MsoNormal\"><span style=\" color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ; \">修改质检入口时对另一入口造成影响,新增银行卡信息时报错</span><br  /></p>","regression_number":"0","title":"【财务-纠纷返款】线上出现中标项目纠纷返款入口提交成功后没有退款给装企","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-21 10:56:40","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001011637","custom_field_6":"装企派单","priority":"high","custom_field_9":"","custom_field_7":"2018-09-14","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-20 22:00:24","version_close":"","reporter":"秦晋jin.qin","baseline_find":"","baseline_test":"","closer":"秦晋jin.qin","version_report":"","testtype":"","closed":"2018-09-21 10:56:40","version_test":"","custom_field_five":"0.5","lastmodify":"秦晋jin.qin","current_owner":"于佳yolanda.yu;","baseline_close":"","testmode":"","participator":";于佳yolanda.yu","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-09-21 10:56:40","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-15 14:38:54","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family:宋体;\">问题描述:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">装修公司所在城市未开通城市标签配置时,装修公司也会生成特权标签合同<br  /></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【装企派单】装修公司所在城市未开通城市标签配置时,装修公司也会生成特权标签合同","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001011421","custom_field_6":"财务","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"resolved","resolved":"2018-09-13 18:17:11","version_close":"","reporter":"温文斌wenbin.wen","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"1","lastmodify":"张龙imp.zhang","current_owner":"张龙imp.zhang;","baseline_close":"","testmode":"","participator":";张龙imp.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-13 18:17:11","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-13 13:42:41","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已处理","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">非见证宝城市装修公司提现,生成的付款单开户银行传值错误,导致打款失败</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体;\">生成的付款单开户银行传值错误</span><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">装修公司后台绑定的银行卡与付款单银行卡的开户行应保持一致</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"非见证宝城市提现开户银行传值错误","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-13 11:01:31","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001010965","custom_field_6":"装企平台","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-07 13:53:57","version_close":"","reporter":"杨芳","baseline_find":"","baseline_test":"","closer":"杨芳","version_report":"","testtype":"","closed":"2018-09-13 11:01:31","version_test":"","custom_field_five":"1h","lastmodify":"杨芳","current_owner":"姚望teal.yao;","baseline_close":"","testmode":"","participator":";姚望teal.yao","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-09-13 11:01:31","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-07 13:46:51","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"页面高度没有做自适应,导致订单数量过多时,页面无法滚动","description":"<p class=\"MsoNormal\">购买套餐页面没有滑动条,套餐的款项不能查看完全,需缩小页面才可以。</p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-09/tapd_23793891_base64_1536299000_46.png\" style=\"width: 600px;\"  /></p><p class=\"MsoNormal\"><br  /></p><div><img src=\"/tfl/captures/2018-09/tapd_23793891_base64_1536299031_40.png\" style=\"width: 600px;\"  /><div><br  /></div></div>","regression_number":"0","title":"【装企后台】服务套餐-购买套餐页面套餐的款项不能查看完全","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-04 10:50:07","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001010580","custom_field_6":"财务","priority":"urgent","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-04 10:34:36","version_close":"","reporter":"彭明明charlie.peng","baseline_find":"","baseline_test":"","closer":"彭明明charlie.peng","version_report":"","testtype":"","closed":"2018-09-04 10:50:07","version_test":"","custom_field_five":"6","lastmodify":"彭明明charlie.peng","current_owner":"王曦宇crazyking.wang;","baseline_close":"","testmode":"","participator":";王曦宇crazyking.wang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-04 17:52:40","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-04 10:32:09","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"crm-server对返款操作封装了一个service,并在其中定义了一个项目属性作为处理数据源,在返款时会对该属性进行初始化,spring对service默认是单例的,所以在产生并发时后一个请求会覆盖掉前一个项目的项目属性,导致错误的返款;现已对返款模块加@Scope(\"prototype\")标签处理;","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\">A&nbsp;申请泥工&nbsp;&nbsp;B申请水单,&nbsp;同时同意付款,结果B生成了泥工的自定义结算单,且金融为A的泥工的结算金额<span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">问题原因:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">&nbsp; 王曦宇</span></span>&nbsp; &nbsp;:</p><p class=\"MsoNormal\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<span style=\" color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ; ;\">crm-server对返款操作封装了一个service,并在其中定义了一个项目属性作为处理数据源,在返款时会对该属性进行初始化,spring对service默认是单例的,所以在产生并发时后一个请求会覆盖掉前一个项目的项目属性,导致错误的返款;现已对返款模块加@Scope(\"prototype\")标签处理;</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">解决时间:20180903完成验证上线</span></p><p class=\"MsoNormal\">&nbsp; &nbsp;&nbsp;<span style=\"font-family:宋体;\"><br  /></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【财经-返款】两个项目业主并发(20ms内)同意返款会导致其中一个业主项目返款异常","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-03 15:37:53","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001010535","custom_field_6":"金融","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-03 15:34:11","version_close":"","reporter":"温文斌wenbin.wen","baseline_find":"","baseline_test":"","closer":"温文斌wenbin.wen","version_report":"","testtype":"","closed":"2018-09-03 15:37:53","version_test":"","custom_field_five":"2h","lastmodify":"温文斌wenbin.wen","current_owner":"程博tiny.cheng;","baseline_close":"","testmode":"","participator":";程博tiny.cheng","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-03 15:37:53","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-03 15:33:04","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"BUG","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">进入申请借款页面,查询条件处输入别的装企的项目,能够被查询出来;查询的时候没有对装企信息做校验</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">能够被查询出来</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">不应查询到别的公司的项目</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"订单贷-申请借款-以项目ID为查询条件能查询到非本公司的项目","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"hold","workspace_id":"23793891","originphase":"","id":"1123793891001010472","custom_field_6":"金融","priority":"high","custom_field_9":"","custom_field_7":"2018-08-31","custom_field_8":"","version_fix":"","status":"suspended","version_close":"","reporter":"李国龙","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"郭敏amber.guo","current_owner":"郭敏amber.guo;","baseline_close":"","testmode":"","participator":";郭敏amber.guo","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-31 19:41:07","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-31 15:43:49","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/pictures/201808/tapd_23793891_1535701350_35.png\" style=\"width: 600px;\"  /></p><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"商家后台—开票信息被驳回后联系地址缺失,导致提交失败(提交失败后无任何提示)","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|suspended","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","suspend_time":"2018-08-31 19:41:07","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"其他","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-30 17:45:21","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001010427","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-30 17:41:53","version_close":"","reporter":"温文斌wenbin.wen","baseline_find":"","baseline_test":"","closer":"温文斌wenbin.wen","version_report":"","testtype":"","closed":"2018-08-30 17:45:21","version_test":"","custom_field_five":"2","lastmodify":"温文斌wenbin.wen","current_owner":"肖嘉豪;","baseline_close":"","testmode":"","participator":";肖嘉豪","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-30 17:45:21","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-30 17:40:54","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">原逻辑:返款和扣费查不到轮单待扣订单会先生成一笔轮单待扣订单</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">修改后:</span></span><span style=\"font-family:宋体;\">返款查不到轮单待扣订单直接报错;没有考虑到非落地派单是直接扣费,非落地直接扣费需要先生成轮单待扣订单,由于去掉了这个逻辑导致非落地轮单扣费失败</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体;\">非落地轮单扣费失败</span><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">非落地轮单应正常扣费</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"轮单账户分拆-由于修改返款查不到轮单待扣订单直接报错逻辑,导致非落地轮单扣费失败","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-30 10:07:22","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001010345","custom_field_6":"财务","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-30 10:05:58","version_close":"","reporter":"温文斌wenbin.wen","baseline_find":"","baseline_test":"","closer":"温文斌wenbin.wen","version_report":"","testtype":"","closed":"2018-08-30 10:07:22","version_test":"","custom_field_five":"2","lastmodify":"温文斌wenbin.wen","current_owner":"肖嘉豪;","baseline_close":"","testmode":"","participator":";肖嘉豪","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Android","custom_field_10":"","custom_field_11":"","modified":"2018-08-30 10:07:22","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-30 10:03:09","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">当轮单记录中有多笔待扣记录时,账户的充值待扣余额和赠送待扣余额是多笔加起来进行四舍五入保留两位小数存到账户,服务订单是单笔进行四舍五入生成轮单待扣服务订单;所以会导致金额有误差,扣款不成功,但总金额是一致的</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">由于存在误差导致扣款或返款失败</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">应正常扣款或返款</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"轮单账户分拆-扣款和返款需要兼容初始化造成的金额误差","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009954","custom_field_6":"金融","priority":"high","custom_field_9":"","custom_field_7":"2018-08-27","custom_field_8":"","version_fix":"","status":"assigned","version_close":"","reporter":"李国龙","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"郭敏amber.guo","current_owner":"汤习林tony.tang;张龙imp.zhang;","baseline_close":"","testmode":"","participator":";汤习林tony.tang;张龙imp.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-27 21:45:54","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-24 17:57:13","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/pictures/201808/tapd_23793891_1535104586_72.jpg\" style=\"width: 600px;\"  /></p><div><br  /></div><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"线上5星项目出现不明订单","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|assigned","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-24 14:29:59","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009934","custom_field_6":"装修流程","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-24 14:27:46","version_close":"","reporter":"潘文静jessie.pan","baseline_find":"","baseline_test":"","closer":"潘文静jessie.pan","version_report":"","testtype":"","closed":"2018-08-24 14:29:59","version_test":"","custom_field_five":"4","lastmodify":"潘文静jessie.pan","current_owner":"童志威amos.tong;","baseline_close":"","testmode":"","participator":";童志威amos.tong","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-24 14:29:59","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-24 13:56:35","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"无","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">签约已使用的装修红包,A再次在领券成功页分享,好友B通过微信链接领取后,A查看个人中心已使用的优惠券</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">已使用的装修红包优惠券,显示增长后的金额</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">预期结果:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">已使用的装修红包,分享裂变后,金额不再增长。</span></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体;\">已修改为分享裂变记录时间小于优惠券更新时间,则显示增长金额;裂变时间大于优惠券更新时间,则不显示此增长金额</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】718活动,已核销的优惠券,分享裂变后金额仍在增长","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-23 09:28:10","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009808","custom_field_6":"装企派单","priority":"urgent","custom_field_9":"","custom_field_7":"2018-08-22","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-22 22:11:47","version_close":"","reporter":"秦晋jin.qin","baseline_find":"","baseline_test":"","closer":"秦晋jin.qin","version_report":"","testtype":"","closed":"2018-08-23 09:28:10","version_test":"","custom_field_five":"0.5","lastmodify":"秦晋jin.qin","current_owner":"李亚昆karl.li;","baseline_close":"","testmode":"","participator":";李亚昆karl.li","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-23 09:28:10","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-22 16:36:13","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"插入分配表时传入扣款时间","description":"<p class=\"MsoNormal\"><span style=\"font-family:宋体;\">问题描述:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\"><br  /></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">非落地项目扣费成功后没有回写分配表的扣款时间</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【装企派单】非落地项目分配装修公司后没有回写扣款时间","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-24 14:56:41","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009707","custom_field_6":"装企网店","priority":"high","custom_field_9":"","custom_field_7":"2018-08-21","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-24 13:50:32","version_close":"","reporter":"夏叶子lily.xia","baseline_find":"","baseline_test":"","closer":"夏叶子lily.xia","version_report":"","testtype":"","closed":"2018-08-24 14:56:41","version_test":"","custom_field_five":"1","lastmodify":"夏叶子lily.xia","current_owner":"姚鹏allen.yao;","baseline_close":"","testmode":"","participator":";姚鹏allen.yao","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-27 15:13:01","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-21 15:10:02","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><span style=\"font-family:宋体;\"><a href=\"https://tuchat.to8to.com/#/tuchat-sale-manage/banner-upload\" target=\"_blank\">https://tuchat.to8to.com/#/tuchat-sale-manage/banner-upload</a> </span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:笔记本,打开装企后台—店铺轮播图,查看页面显示</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:Web端的轮播图显示不全,无法显示【修改】和【删除】按钮,无法下拉滑动查看</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:完整显示移动端和Web端的轮播图设置,可以下拉滑动查看</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】兼容问题,装企后台,轮播图未适配笔记本屏幕尺寸,导致图片显示不全","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-24 14:00:58","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009676","custom_field_6":"装企派单","priority":"urgent","custom_field_9":"","custom_field_7":"2018-08-21","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-24 14:00:53","version_close":"","reporter":"秦晋jin.qin","baseline_find":"","baseline_test":"","closer":"秦晋jin.qin","version_report":"","testtype":"","closed":"2018-08-24 14:00:58","version_test":"","custom_field_five":"0","lastmodify":"秦晋jin.qin","current_owner":"李辉leo.li;","baseline_close":"","testmode":"","participator":";李辉leo.li","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-24 14:00:58","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-21 13:53:09","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">使装修公司轮单账户的余额小于轮单扣费金额,准备三个项目分别执行自动轮单、手动分配、二次补轮</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">查看装修公司是否可以轮到项目</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.余额不足的装修公司也可以分到项目</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.余额不足的装修公司不能分到项目</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】装修公司轮单账户余额不足的情况下仍然可以分到项目","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009645","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"温文斌wenbin.wen","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"温文斌wenbin.wen","current_owner":"肖嘉豪;黎勇;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-21 10:01:20","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-21 09:53:38","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">CRM有待扣和可返两种状态需要初始化生成轮单待扣服务订单,由于只初始化了待扣的数据,所以可返状态返款的时候会生成一笔轮单待扣订单,导致可返的这部分数据返款错误(目前线上有两部分数据需要修复:1、账户余额不足,返款失败;2、返款成功,先待扣,再返款,相当于没有返款,但状态已经变更)</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">可返的这部分数据返款会先生成一笔轮单待扣服务订单</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">待扣和可返状态可直接返款,无需再生成轮单待扣服务订单</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"轮单账户分拆-CRM可返的状态没有初始化生成轮单待扣的服务订单,导致返款失败","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-04 17:53:55","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009644","custom_field_6":"质检","priority":"medium","custom_field_9":"","custom_field_7":"2018-08-17","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-27 09:12:55","version_close":"","reporter":"林凤仪anne.lin","baseline_find":"","baseline_test":"","closer":"林凤仪anne.lin","version_report":"","testtype":"","closed":"2018-09-04 17:53:55","version_test":"","custom_field_five":"2","lastmodify":"林凤仪anne.lin","current_owner":"叶强kevin.ye;","baseline_close":"","testmode":"","participator":";叶强kevin.ye","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-09-04 17:53:55","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-21 09:43:01","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"旧流程服务上线重启服务,未切路由","description":"<p class=\"MsoNormal\"><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.</span></span>提交了一下 提交不了 然后说重复操作了 就退出来了(修数据)</p><p class=\"MsoNormal\">再看还在待完成里面 已完成里面没有&nbsp; 再重新编辑 编辑不了。</p><p class=\"MsoNormal\">(流程服务重启未切路由)</p><p class=\"MsoNormal\"><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【收费质检】纠纷返款,项目没有办法编辑,提示当前项目不可返款 unknow error in server |||发起流程失败 unknow error in server |||已申请纠纷返款","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009643","custom_field_6":"质检","priority":"medium","custom_field_9":"","custom_field_7":"2018-08-17","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"林凤仪anne.lin","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"叶强kevin.ye","current_owner":"alan.li李方彬;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-27 09:38:18","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-21 09:41:13","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.</span></span><span style=\"font-family:宋体;\">付费质检官网无法选择城市</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.</span></span><span style=\"font-family:宋体;\">免费质检项目入口不用了,不应保留这个链接</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【收费质检】付费质检官网无法选择城市","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-20 20:53:41","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009638","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-20 20:53:26","version_close":"","reporter":"温文斌wenbin.wen","baseline_find":"","baseline_test":"","closer":"温文斌wenbin.wen","version_report":"","testtype":"","closed":"2018-08-20 20:53:41","version_test":"","custom_field_five":"1小时","lastmodify":"温文斌wenbin.wen","current_owner":"黎勇;","baseline_close":"","testmode":"","participator":";黎勇","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-20 20:53:41","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-20 20:52:29","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"bug已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">进入商家后台-财务管理-资金明细-钱包余额明细</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体;\">钱包余额明细为空(前端</span>调用的接口传参错误导致<span style=\"font-family: 宋体;\">)</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">显示钱包余额明细</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"轮单账户分拆-轮单账户资金名称改动,导致钱包余额明细没有展示","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-04 17:54:18","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009568","custom_field_6":"质检","priority":"medium","custom_field_9":"","custom_field_7":"2018-08-17","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-31 16:10:56","version_close":"","reporter":"林凤仪anne.lin","baseline_find":"","baseline_test":"","closer":"林凤仪anne.lin","version_report":"","testtype":"","closed":"2018-09-04 17:54:18","version_test":"","custom_field_five":"1h","lastmodify":"林凤仪anne.lin","current_owner":"alan.li李方彬;","baseline_close":"","testmode":"","participator":";alan.li李方彬","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-09-04 17:54:18","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-20 10:23:17","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"遗留问题","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.登录erp-销售管理-潜在业主管理-编辑业主信息页;</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.</span></span><span style=\"font-family:宋体;\">166号段手机号码录入失败</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.166,199,198新号段录入成功</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【收费质检】166号段手机号码录入失败","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009489","custom_field_6":"装修流程","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"朱秀娟xijuan.zhu","current_owner":"汤习林tony.tang;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-17 15:40:48","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-17 15:40:48","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1534491624_42.png\" style=\"width: 600px;\"  /></p><div><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1534491630_55.png\"  /><div><br  /></div></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【业主app】项目id: 25995534    深圳市鹏森装饰,业主提交水电增项为0,点击确认时,显示“提交失败”,再点击”驳回“,无法操作","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-21 11:08:18","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009485","custom_field_6":"财务","priority":"urgent","custom_field_9":"","custom_field_7":"2018-08-17","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-21 11:05:26","version_close":"","reporter":"艾恒星","baseline_find":"","baseline_test":"","closer":"艾恒星","version_report":"","testtype":"","closed":"2018-08-21 11:08:18","version_test":"","custom_field_five":"5h","lastmodify":"艾恒星","current_owner":"张锐锋freeman.zhang;","baseline_close":"","testmode":"","participator":";张锐锋freeman.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-21 11:08:18","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-17 15:23:05","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"1","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.纠纷还款财务审核通过</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">2.财务提现接口调用纠纷还款银行卡信息</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">3.开始提现</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">无法提现,调用的是加密后的银行卡</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">可以提现,调用的是解密后的银行卡</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题-纠纷还款】纠纷还款审核通过财务提现接口调用时传的是加密后的银行卡密码,导致无法提现","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-04 17:52:56","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009478","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-04 10:48:14","version_close":"","reporter":"彭明明charlie.peng","baseline_find":"","baseline_test":"","closer":"彭明明charlie.peng","version_report":"","testtype":"","closed":"2018-09-04 17:52:56","version_test":"","custom_field_five":"3","lastmodify":"彭明明charlie.peng","current_owner":"黎勇;","baseline_close":"","testmode":"","participator":";黎勇","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-04 17:53:38","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-17 14:52:33","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"线上环境","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1534488729_56.png\" style=\"width: 600px;\"  /></p><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【清结算单导出】清算单导出的结算单状态错误","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-04 18:03:27","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009467","custom_field_6":"质检","priority":"medium","custom_field_9":"","custom_field_7":"2018-08-17","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-27 09:28:26","version_close":"","reporter":"林凤仪anne.lin","baseline_find":"","baseline_test":"","closer":"林凤仪anne.lin","version_report":"","testtype":"","closed":"2018-09-04 18:03:27","version_test":"","custom_field_five":"1.5","lastmodify":"林凤仪anne.lin","current_owner":"高爽mike.gao;","baseline_close":"","testmode":"","participator":";高爽mike.gao","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Android","custom_field_10":"","custom_field_11":"","modified":"2018-09-04 18:03:27","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-17 13:42:18","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已修复","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.登录OA(安卓端)-收费任务;</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.三个tab页只展示了10条数据,超过10条的部分没有展示;</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.</span></span><span style=\"font-family: 宋体;\">三个tab页,展示所有数据;</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【收费质检】安卓端-收费任务,列表页只展示了10条数据","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009410","custom_field_6":"装修流程","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"朱秀娟xijuan.zhu","current_owner":"汤习林tony.tang;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-16 19:26:21","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-16 19:26:21","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1534418720_81.png\" style=\"width: 600px;\"  /><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1534418732_72.png\" style=\"width: 600px;\"  /></p><div><br  /></div><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【业主app】项目id:26311806   业主已经确认优惠券了 但是装企再次发起后 业主端还是没有签约管理的选项","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009096","custom_field_6":"设计本","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"林佛盛","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"林佛盛","current_owner":"代潇瑞reson.dai;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"PC","custom_field_10":"","custom_field_11":"","modified":"2018-08-14 10:45:44","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-14 10:45:44","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family:宋体;\">问题:PC端,“有问必答”模块,点击“我要提问”或“我要回答”弹出登录弹窗,此时当鼠标焦点不在浏览器时,就会新增一个登陆弹窗</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\"><br  /></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">复现步骤:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">1、PC端,未登录的状态下,进入“有问必答”模块,点击“我要提问”或“我要回答”,弹出登录弹窗</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">2、鼠标焦点离开浏览器,如打开任意一个软件使焦点不在浏览器</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">3、再次进入浏览器该登录页面,使焦点回到这里,此时会新弹出一个登录弹窗</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\"><br  /></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">请查看附件截图</span></p>","regression_number":"0","title":"【线上环境】-【设计本】PC端,“有问必答”模块,点击“我要提问”或“我要回答”弹出登录弹窗,此时当鼠标焦点不在浏览器时,就会新增一个登陆弹窗","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001008907","custom_field_6":"装修流程","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"acknowledged","version_close":"","reporter":"艾恒星","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"艾恒星","current_owner":"","baseline_close":"","testmode":"","participator":";艾恒星","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-20 09:29:10","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-13 12:01:36","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"\"><span style=\"font-size: 13px;\"><b><a href=\"https://www.tapd.cn/23794851/prong/stories/view/1123794851001006302\" target=\"_blank\">https://www.tapd.cn/23794851/prong/stories/view/1123794851001006302</a> </b></span></span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">在ERP-销售管理-我的潜客中选择某一项目,该项目城市无门店,点击提交,审核可售</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">该项目因无法获取门店信息进入死单页面(实际上现在线上只有部分城市有门店,大部分城市无门店)</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\">收费质检项目能够继续走下去,不应该因为这个卡死</p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题-收费质检】收费质检-某些项目所在城市无门店,该城市项目转化为收费质检时项目直接死单,无法继续将收费质检流程走下去","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|acknowledged","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001008786","custom_field_6":"装企派单","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"邓迪di.deng","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"朱秀娟xijuan.zhu","current_owner":"","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-17 13:45:00","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-10 17:18:06","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">已录视频,见附件</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【土巴兔商家APP】派单,拨号,取消拨号直接进入了派单详情页","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001008730","custom_field_6":"设计本","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"林佛盛","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"林佛盛","current_owner":"曾华生watson.zeng;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-17 15:51:07","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-10 10:59:45","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题:</span><span style=\"font-family:宋体;\">设计本管理后台,设计师管理-&gt;作品数把未通过案例的作品数量统计进去了</span></p><p class=\"MsoNormal\"></p><div yne-bulb-block=\"paragraph\" style=\"white-space: pre-wrap; text-align: left; line-height: 1.75; font-size: 14px;\">(线上设计师):<span style=\"color: rgb(51, 51, 51); background-color: rgb(255, 255, 255);\">13175150245&nbsp;&nbsp;&nbsp;000000    uid=5334615</span></div>","regression_number":"0","title":"【线上问题】-【设计本】设计本管理后台,设计师管理->作品数把未通过案例的作品数量统计进去了","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-10 14:15:20","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001008630","custom_field_6":"装修流程","priority":"urgent","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-10 14:00:51","version_close":"","reporter":"潘文静jessie.pan","baseline_find":"","baseline_test":"","closer":"董虎","version_report":"","testtype":"","closed":"2018-08-10 14:15:20","version_test":"","custom_field_five":"5","lastmodify":"董虎","current_owner":"王曦宇crazyking.wang;","baseline_close":"","testmode":"","participator":";王曦宇crazyking.wang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-05 14:15:23","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-09 13:52:59","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已上线,返款循环数据源错误","description":"<p class=\"MsoNormal\"><span style=\"font-family:宋体;\">问题描述:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">新保障体项目有多个处于返款倒计时中,其中一个项目竣工返款30天倒计时结束后,把其他还处于竣工返款倒计时中的项目也自动返款了</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】新保障项目,竣工30天倒计时结束,会把其他竣工返款处于倒计时中的项目全部自动返款","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}}],"status":1,"info":"success"}
[2018-09-25 12:42:42.348] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2018-09-25 12:42:42.349] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2018-09-25 12:47:11.356] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://api.tapd.cn/bugs?workspace_id=23793891&id=1123793891001011862
[2018-09-25 12:47:11.557] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2018-09-25 12:47:16.720] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2018-09-25 12:47:16.721] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2018-09-25 12:47:16.721] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://api.tapd.cn/bugs?workspace_id=23793891&id=1123793891001011862
[2018-09-25 12:47:16.722] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : GET
[2018-09-25 12:47:16.722] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2018-09-25 12:47:16.722] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Authorization:Basic R1U0QGN3cTY6MDUyODM1QjUtMTk0Qy0yREM4LUNDNTItRTFGNzhFRkY5MzY1
[2018-09-25 12:47:16.723] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2018-09-25 12:47:16.723] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2018-09-25 12:47:16.725] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {workspace_id=23793891, id=1123793891001011862}
[2018-09-25 12:47:16.726] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2018-09-25 12:47:16.726] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - workspace_id=23793891&id=1123793891001011862
[2018-09-25 12:47:16.726] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2018-09-25 12:47:16.727] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2018-09-25 12:47:17.266] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2018-09-25 12:47:17.267] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2018-09-25 12:47:17.267] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2018-09-25 12:47:17.267] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2018-09-25 12:47:17.267] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2018-09-25 12:47:17.268] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.8.0
[2018-09-25 12:47:17.268] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-WAF-UUID:3a5188b7-22c0-4fe7-abac-6ecc60200508
[2018-09-25 12:47:17.268] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2018-09-25 12:47:17.268] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Set-Cookie:
[2018-09-25 12:47:17.268] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - P3P:CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
[2018-09-25 12:47:17.268] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 25 Sep 2018 04:47:16 GMT
[2018-09-25 12:47:17.268] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json; charset=utf-8
[2018-09-25 12:47:17.268] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-Powered-By:PHP/5.6.36
[2018-09-25 12:47:17.269] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2018-09-25 12:47:17.269] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:288] - CAKEPHP:a1d0c4dc4a67e9826a7fb0ee9b95a50dc197867e51bc09062e55182865e9f397
[2018-09-25 12:47:17.269] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2018-09-25 12:47:17.269] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"data":{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-21 17:29:11","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001011862","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"2018-09-19","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-20 11:38:27","version_close":"","reporter":"彭明明charlie.peng","baseline_find":"","baseline_test":"","closer":"彭明明charlie.peng","version_report":"","testtype":"","closed":"2018-09-21 17:29:11","version_test":"","custom_field_five":"5h","lastmodify":"彭明明charlie.peng","current_owner":"张锐锋freeman.zhang;","baseline_close":"","testmode":"","participator":";张锐锋freeman.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Android","custom_field_10":"","custom_field_11":"","modified":"2018-09-21 17:29:11","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-18 10:13:32","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"修改质检入口时对另一入口造成影响,新增银行卡信息时报氏","description":"<p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">1.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题发现平台:</span></b><b><span style=\"font-family: 宋体; font-size: 10.5pt;\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">CRM后台</span></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">2.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题描述:</span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">&nbsp; &nbsp; &nbsp; &nbsp;纠纷返款有两个入口:中标项目查询页入口,直接提交不需要审核;质检入口<br  /></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">中标项目查询入口提交纠纷返款后钱没有退给装企,装企投诉</p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">3.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题数据提供:</span></b></p><p class=\"MsoNormal\">线上25833680&nbsp;25319282这两个项目<span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\">4.&nbsp; &nbsp;<b>问题原因</b>:</p><p class=\"MsoNormal\"><span style=\" color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ; \">修改质检入口时对另一入口造成影响,新增银行卡信息时报错</span><br  /></p>","regression_number":"0","title":"【财务-纠纷返款】线上出现中标项目纠纷返款入口提交成功后没有退款给装企","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},"status":1,"info":"success"}
[2018-09-25 12:47:17.269] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2018-09-25 12:47:17.270] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2018-09-25 12:53:01.662] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://api.tapd.cn/bugs?workspace_id=23793891&title=%E7%BA%BF%E4%B8%8A
[2018-09-25 12:53:01.865] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2018-09-25 12:53:07.036] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2018-09-25 12:53:07.037] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2018-09-25 12:53:07.037] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://api.tapd.cn/bugs?workspace_id=23793891&title=%E7%BA%BF%E4%B8%8A
[2018-09-25 12:53:07.037] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : GET
[2018-09-25 12:53:07.037] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2018-09-25 12:53:07.037] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Authorization:Basic R1U0QGN3cTY6MDUyODM1QjUtMTk0Qy0yREM4LUNDNTItRTFGNzhFRkY5MzY1
[2018-09-25 12:53:07.037] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2018-09-25 12:53:07.038] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2018-09-25 12:53:07.039] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {workspace_id=23793891, title=线上}
[2018-09-25 12:53:07.039] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2018-09-25 12:53:07.039] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - workspace_id=23793891&title=%E7%BA%BF%E4%B8%8A
[2018-09-25 12:53:07.040] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2018-09-25 12:53:07.040] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2018-09-25 12:53:07.780] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2018-09-25 12:53:07.781] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2018-09-25 12:53:07.781] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2018-09-25 12:53:07.782] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2018-09-25 12:53:07.782] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2018-09-25 12:53:07.782] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.8.0
[2018-09-25 12:53:07.782] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-WAF-UUID:c1c6c2ae-2f7e-453f-b0f4-e113f085edf9
[2018-09-25 12:53:07.782] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2018-09-25 12:53:07.783] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Set-Cookie:
[2018-09-25 12:53:07.783] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - P3P:CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
[2018-09-25 12:53:07.783] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 25 Sep 2018 04:53:07 GMT
[2018-09-25 12:53:07.783] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json; charset=utf-8
[2018-09-25 12:53:07.783] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-Powered-By:PHP/5.6.36
[2018-09-25 12:53:07.783] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2018-09-25 12:53:07.784] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:288] - CAKEPHP:b72dc2c37f979ea062e28c702197bf38901d73bb80e112291564acee78dd01ed
[2018-09-25 12:53:07.784] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2018-09-25 12:53:07.784] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"data":[{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-18 14:06:37","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001011902","custom_field_6":"质检","priority":"urgent","custom_field_9":"","custom_field_7":"2018-09-18","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-18 14:00:52","version_close":"","reporter":"艾恒星","baseline_find":"","baseline_test":"","closer":"艾恒星","version_report":"","testtype":"","closed":"2018-09-18 14:06:37","version_test":"","custom_field_five":"2","lastmodify":"艾恒星","current_owner":"汪毓;","baseline_close":"","testmode":"","participator":";汪毓","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-18 14:06:37","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-18 13:48:42","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已经解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-09/tapd_23793891_base64_1537249338_94.png\" style=\"width: 600px;\"  /></p><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">线上环境申请水电/中期/竣工质检</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">提示:该功能更新到最新版本才可使用</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">新旧版本app都可以申请,不存在旧版本强制升级的现象</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【质检】2018/09/18上午线上环境业主APP端无法申请质检,原因是昨晚应该上线的接口补丁未上线","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-21 17:29:11","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001011862","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"2018-09-19","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-20 11:38:27","version_close":"","reporter":"彭明明charlie.peng","baseline_find":"","baseline_test":"","closer":"彭明明charlie.peng","version_report":"","testtype":"","closed":"2018-09-21 17:29:11","version_test":"","custom_field_five":"5h","lastmodify":"彭明明charlie.peng","current_owner":"张锐锋freeman.zhang;","baseline_close":"","testmode":"","participator":";张锐锋freeman.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Android","custom_field_10":"","custom_field_11":"","modified":"2018-09-21 17:29:11","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-18 10:13:32","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"修改质检入口时对另一入口造成影响,新增银行卡信息时报氏","description":"<p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">1.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题发现平台:</span></b><b><span style=\"font-family: 宋体; font-size: 10.5pt;\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">CRM后台</span></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">2.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题描述:</span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">&nbsp; &nbsp; &nbsp; &nbsp;纠纷返款有两个入口:中标项目查询页入口,直接提交不需要审核;质检入口<br  /></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">中标项目查询入口提交纠纷返款后钱没有退给装企,装企投诉</p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">3.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题数据提供:</span></b></p><p class=\"MsoNormal\">线上25833680&nbsp;25319282这两个项目<span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\">4.&nbsp; &nbsp;<b>问题原因</b>:</p><p class=\"MsoNormal\"><span style=\" color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ; \">修改质检入口时对另一入口造成影响,新增银行卡信息时报错</span><br  /></p>","regression_number":"0","title":"【财务-纠纷返款】线上出现中标项目纠纷返款入口提交成功后没有退款给装企","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009954","custom_field_6":"金融","priority":"high","custom_field_9":"","custom_field_7":"2018-08-27","custom_field_8":"","version_fix":"","status":"assigned","version_close":"","reporter":"李国龙","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"郭敏amber.guo","current_owner":"汤习林tony.tang;张龙imp.zhang;","baseline_close":"","testmode":"","participator":";汤习林tony.tang;张龙imp.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-27 21:45:54","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-24 17:57:13","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/pictures/201808/tapd_23793891_1535104586_72.jpg\" style=\"width: 600px;\"  /></p><div><br  /></div><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"线上5星项目出现不明订单","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|assigned","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-24 14:29:59","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009934","custom_field_6":"装修流程","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-24 14:27:46","version_close":"","reporter":"潘文静jessie.pan","baseline_find":"","baseline_test":"","closer":"潘文静jessie.pan","version_report":"","testtype":"","closed":"2018-08-24 14:29:59","version_test":"","custom_field_five":"4","lastmodify":"潘文静jessie.pan","current_owner":"童志威amos.tong;","baseline_close":"","testmode":"","participator":";童志威amos.tong","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-24 14:29:59","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-24 13:56:35","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"无","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">签约已使用的装修红包,A再次在领券成功页分享,好友B通过微信链接领取后,A查看个人中心已使用的优惠券</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">已使用的装修红包优惠券,显示增长后的金额</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">预期结果:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">已使用的装修红包,分享裂变后,金额不再增长。</span></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体;\">已修改为分享裂变记录时间小于优惠券更新时间,则显示增长金额;裂变时间大于优惠券更新时间,则不显示此增长金额</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】718活动,已核销的优惠券,分享裂变后金额仍在增长","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-24 14:56:41","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009707","custom_field_6":"装企网店","priority":"high","custom_field_9":"","custom_field_7":"2018-08-21","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-24 13:50:32","version_close":"","reporter":"夏叶子lily.xia","baseline_find":"","baseline_test":"","closer":"夏叶子lily.xia","version_report":"","testtype":"","closed":"2018-08-24 14:56:41","version_test":"","custom_field_five":"1","lastmodify":"夏叶子lily.xia","current_owner":"姚鹏allen.yao;","baseline_close":"","testmode":"","participator":";姚鹏allen.yao","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-27 15:13:01","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-21 15:10:02","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><span style=\"font-family:宋体;\"><a href=\"https://tuchat.to8to.com/#/tuchat-sale-manage/banner-upload\" target=\"_blank\">https://tuchat.to8to.com/#/tuchat-sale-manage/banner-upload</a> </span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:笔记本,打开装企后台—店铺轮播图,查看页面显示</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:Web端的轮播图显示不全,无法显示【修改】和【删除】按钮,无法下拉滑动查看</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:完整显示移动端和Web端的轮播图设置,可以下拉滑动查看</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】兼容问题,装企后台,轮播图未适配笔记本屏幕尺寸,导致图片显示不全","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-24 14:00:58","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009676","custom_field_6":"装企派单","priority":"urgent","custom_field_9":"","custom_field_7":"2018-08-21","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-24 14:00:53","version_close":"","reporter":"秦晋jin.qin","baseline_find":"","baseline_test":"","closer":"秦晋jin.qin","version_report":"","testtype":"","closed":"2018-08-24 14:00:58","version_test":"","custom_field_five":"0","lastmodify":"秦晋jin.qin","current_owner":"李辉leo.li;","baseline_close":"","testmode":"","participator":";李辉leo.li","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-24 14:00:58","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-21 13:53:09","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">使装修公司轮单账户的余额小于轮单扣费金额,准备三个项目分别执行自动轮单、手动分配、二次补轮</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">查看装修公司是否可以轮到项目</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.余额不足的装修公司也可以分到项目</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.余额不足的装修公司不能分到项目</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】装修公司轮单账户余额不足的情况下仍然可以分到项目","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009489","custom_field_6":"装修流程","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"朱秀娟xijuan.zhu","current_owner":"汤习林tony.tang;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-17 15:40:48","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-17 15:40:48","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1534491624_42.png\" style=\"width: 600px;\"  /></p><div><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1534491630_55.png\"  /><div><br  /></div></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【业主app】项目id: 25995534    深圳市鹏森装饰,业主提交水电增项为0,点击确认时,显示“提交失败”,再点击”驳回“,无法操作","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-21 11:08:18","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001009485","custom_field_6":"财务","priority":"urgent","custom_field_9":"","custom_field_7":"2018-08-17","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-21 11:05:26","version_close":"","reporter":"艾恒星","baseline_find":"","baseline_test":"","closer":"艾恒星","version_report":"","testtype":"","closed":"2018-08-21 11:08:18","version_test":"","custom_field_five":"5h","lastmodify":"艾恒星","current_owner":"张锐锋freeman.zhang;","baseline_close":"","testmode":"","participator":";张锐锋freeman.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-21 11:08:18","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-17 15:23:05","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"1","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.纠纷还款财务审核通过</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">2.财务提现接口调用纠纷还款银行卡信息</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">3.开始提现</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">无法提现,调用的是加密后的银行卡</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">可以提现,调用的是解密后的银行卡</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题-纠纷还款】纠纷还款审核通过财务提现接口调用时传的是加密后的银行卡密码,导致无法提现","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009410","custom_field_6":"装修流程","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"朱秀娟xijuan.zhu","current_owner":"汤习林tony.tang;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-16 19:26:21","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-16 19:26:21","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1534418720_81.png\" style=\"width: 600px;\"  /><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1534418732_72.png\" style=\"width: 600px;\"  /></p><div><br  /></div><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【业主app】项目id:26311806   业主已经确认优惠券了 但是装企再次发起后 业主端还是没有签约管理的选项","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001009096","custom_field_6":"设计本","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"林佛盛","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"林佛盛","current_owner":"代潇瑞reson.dai;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"PC","custom_field_10":"","custom_field_11":"","modified":"2018-08-14 10:45:44","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-14 10:45:44","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family:宋体;\">问题:PC端,“有问必答”模块,点击“我要提问”或“我要回答”弹出登录弹窗,此时当鼠标焦点不在浏览器时,就会新增一个登陆弹窗</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\"><br  /></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">复现步骤:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">1、PC端,未登录的状态下,进入“有问必答”模块,点击“我要提问”或“我要回答”,弹出登录弹窗</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">2、鼠标焦点离开浏览器,如打开任意一个软件使焦点不在浏览器</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">3、再次进入浏览器该登录页面,使焦点回到这里,此时会新弹出一个登录弹窗</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\"><br  /></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">请查看附件截图</span></p>","regression_number":"0","title":"【线上环境】-【设计本】PC端,“有问必答”模块,点击“我要提问”或“我要回答”弹出登录弹窗,此时当鼠标焦点不在浏览器时,就会新增一个登陆弹窗","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001008907","custom_field_6":"装修流程","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"acknowledged","version_close":"","reporter":"艾恒星","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"艾恒星","current_owner":"","baseline_close":"","testmode":"","participator":";艾恒星","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-20 09:29:10","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-13 12:01:36","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"\"><span style=\"font-size: 13px;\"><b><a href=\"https://www.tapd.cn/23794851/prong/stories/view/1123794851001006302\" target=\"_blank\">https://www.tapd.cn/23794851/prong/stories/view/1123794851001006302</a> </b></span></span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">在ERP-销售管理-我的潜客中选择某一项目,该项目城市无门店,点击提交,审核可售</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">该项目因无法获取门店信息进入死单页面(实际上现在线上只有部分城市有门店,大部分城市无门店)</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\">收费质检项目能够继续走下去,不应该因为这个卡死</p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题-收费质检】收费质检-某些项目所在城市无门店,该城市项目转化为收费质检时项目直接死单,无法继续将收费质检流程走下去","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|acknowledged","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001008730","custom_field_6":"设计本","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"new","version_close":"","reporter":"林佛盛","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"林佛盛","current_owner":"曾华生watson.zeng;","baseline_close":"","testmode":"","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-17 15:51:07","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-10 10:59:45","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题:</span><span style=\"font-family:宋体;\">设计本管理后台,设计师管理-&gt;作品数把未通过案例的作品数量统计进去了</span></p><p class=\"MsoNormal\"></p><div yne-bulb-block=\"paragraph\" style=\"white-space: pre-wrap; text-align: left; line-height: 1.75; font-size: 14px;\">(线上设计师):<span style=\"color: rgb(51, 51, 51); background-color: rgb(255, 255, 255);\">13175150245&nbsp;&nbsp;&nbsp;000000    uid=5334615</span></div>","regression_number":"0","title":"【线上问题】-【设计本】设计本管理后台,设计师管理->作品数把未通过案例的作品数量统计进去了","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-10 14:15:20","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001008630","custom_field_6":"装修流程","priority":"urgent","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-10 14:00:51","version_close":"","reporter":"潘文静jessie.pan","baseline_find":"","baseline_test":"","closer":"董虎","version_report":"","testtype":"","closed":"2018-08-10 14:15:20","version_test":"","custom_field_five":"5","lastmodify":"董虎","current_owner":"王曦宇crazyking.wang;","baseline_close":"","testmode":"","participator":";王曦宇crazyking.wang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-05 14:15:23","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-09 13:52:59","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已上线,返款循环数据源错误","description":"<p class=\"MsoNormal\"><span style=\"font-family:宋体;\">问题描述:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">新保障体项目有多个处于返款倒计时中,其中一个项目竣工返款30天倒计时结束后,把其他还处于竣工返款倒计时中的项目也自动返款了</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】新保障项目,竣工30天倒计时结束,会把其他竣工返款处于倒计时中的项目全部自动返款","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-18 10:06:54","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001008588","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-04 17:58:29","version_close":"","reporter":"彭明明charlie.peng","baseline_find":"","baseline_test":"","closer":"彭明明charlie.peng","version_report":"","testtype":"","closed":"2018-09-18 10:06:54","version_test":"","custom_field_five":"0.1","lastmodify":"彭明明charlie.peng","current_owner":"张锐锋freeman.zhang;","baseline_close":"","testmode":"","participator":";张锐锋freeman.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-18 10:06:54","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-08 20:57:38","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已修改","description":"<p class=\"MsoNormal\" style=\"padding: 0px;\"><span style=\"color: rgb(54, 59, 66); font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><span style=\"color:#266298;font-family:宋体;\"><a href=\"http://www.to8to.com/crm/index.php/Finance/workerCount/capitalList\" target=\"_blank\">http://www.to8to.com/crm/index.php/Finance/workerCount/capitalList</a> </span><br  /></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:</span></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">1.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题发现平台:</span></b><b><span style=\"font-family: 宋体; font-size: 10.5pt;\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"padding: 0px; color: rgb(54, 59, 66); text-indent: 21pt;\"><span style=\"font-family:宋体;\">CRM后台</span></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">2.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题描述:</span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">&nbsp; &nbsp; &nbsp; &nbsp; 见证宝资金托管,见证宝城市纠纷返款业主退款接入退款单,装企退款接入清算单,非见证宝城市,纠纷返款调用财务接口,接口同时完成crm资金明细更新,erp账户充值,生成crm提现单。由于接口变更,退款单,清算单没有更新crm项目资金明细逻辑。<br  /></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">3.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题数据提供:</span></b></p><p class=\"MsoNormal\">&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题-财务】纠纷返款退款后,没有调CRM的资金明细","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-08 10:31:31","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001008507","custom_field_6":"设计本","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-08 10:31:26","version_close":"","reporter":"林佛盛","baseline_find":"","baseline_test":"","closer":"林佛盛","version_report":"","testtype":"","closed":"2018-08-08 10:31:31","version_test":"","custom_field_five":"0.5","lastmodify":"林佛盛","current_owner":"林佛盛;","baseline_close":"","testmode":"","participator":";林佛盛","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-10 10:14:21","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-08 10:31:03","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决并上线","description":"<p class=\"MsoNormal\"><span style=\"font-family:宋体;\">设计本小程序后端部分代码漏提,使未开通小程序的设计师页面有联系拨号按钮,用户体验不友好</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\"><br  /></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\"><br  /></span></p><p class=\"MsoNormal\"><img src=\"/tfl/pictures/201808/tapd_23793891_1533695428_62.jpg\" style=\"width: 600px;\"  /></p><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【设计本】设计本小程序后端部分代码漏提,使未开通小程序的设计师页面有联系拨号按钮,用户体验不友好","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-20 20:45:26","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001008392","custom_field_6":"","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-15 16:09:52","version_close":"","reporter":"温文斌wenbin.wen","baseline_find":"","baseline_test":"","closer":"温文斌wenbin.wen","version_report":"","testtype":"","closed":"2018-08-20 20:45:26","version_test":"","custom_field_five":"0.1","lastmodify":"温文斌wenbin.wen","current_owner":"陈仰潘yangpan.chen;姚鹏allen.yao;","baseline_close":"","testmode":"","participator":";陈仰潘yangpan.chen;姚鹏allen.yao","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-20 20:45:26","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-07 13:50:36","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已经解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:</span></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">授信步骤到达实名认证,进行修改身份证性别,比如修改男为女,点击下一步</span></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">实际结果:</span></p><p class=\"MsoNormal\">报错,传值变为了“1”、“2”</p><p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">预期结果:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">进入下一步,传的值为“女”</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】订单贷-实名认证修改性别出现报错","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-17 17:06:07","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001008195","custom_field_6":"装修流程","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-17 16:57:49","version_close":"","reporter":"丁绍芳sf.ding","baseline_find":"","baseline_test":"","closer":"董虎","version_report":"","testtype":"","closed":"2018-08-17 17:06:07","version_test":"","custom_field_five":"3","lastmodify":"董虎","current_owner":"陈小雨fisher.chen;","baseline_close":"","testmode":"","participator":";陈小雨fisher.chen","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-05 14:18:13","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-06 11:49:24","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已解决","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">1. 问题发现平台:</span></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">&nbsp; &nbsp;商家后台web端</span></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">2. 问题描述:</span></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">&nbsp; &nbsp;</span><span style=\"color: rgb(0, 0, 0); font-family: 微软雅黑;\">项目id:25679256&nbsp;&nbsp;装企无法发起电子签.&nbsp;&nbsp;重新发起也不行</span></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\"><br  /></span></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">3. 问题数据提供:</span></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">&nbsp; &nbsp;项目id&nbsp;</span><span style=\"color: rgb(0, 0, 0); font-family: 微软雅黑;\">25679256&nbsp;&nbsp;</span></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">4. 问题截图</span><br  /></p><div><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1533527296_44.png\"  /></div><div><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1533527309_57.png\"  /><div><br  /></div><div><br  /></div></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】项目id:25679256  装企无法发起电子签.  重新发起也不行","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-03 16:10:54","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001008069","custom_field_6":"装修流程","priority":"urgent","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-03 16:09:58","version_close":"","reporter":"彭明明charlie.peng","baseline_find":"","baseline_test":"","closer":"彭明明charlie.peng","version_report":"","testtype":"","closed":"2018-08-03 16:10:54","version_test":"","custom_field_five":"2","lastmodify":"彭明明charlie.peng","current_owner":"丁小和;","baseline_close":"","testmode":"","participator":";丁小和","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-09-04 17:54:35","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-03 15:56:38","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已经解决","description":"<p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">1.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题发现平台:</span></b><b><span style=\"font-family: 宋体; font-size: 10.5pt;\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">土巴兔商家后台</span></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">2.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题描述:</span></b></p><p class=\"MsoNormal\" style=\"padding: 0px;\"><span style=\"color: rgb(54, 59, 66); font-family: 宋体;\">&nbsp; &nbsp; &nbsp;</span><span style=\"color:#363b42;font-family:宋体;\">8个城市的新保障体系项目合同依然用的是旧合同</span></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">3.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题数据提供:</span></b></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 微信沟通,找测试晚,没拿到问题数据<b><span style=\"font-family: 宋体; font-size: 10.5pt;\"><br  /></span></b></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">4. 问题原因:</span></span></p><p class=\"MsoNormal\">&nbsp; &nbsp; &nbsp; &nbsp; 1.原先有个zk配置,这8个城市默认使用老的合同,优先级最高<span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.新保障体系铺开包含这8个城市后因为这个zk导致用的还是老的合同","regression_number":"0","title":"【线上问题-合同】8个城市的新保障体系项目合同依然用的是旧合同","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-03 16:27:36","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001008054","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-03 15:28:11","version_close":"","reporter":"李国龙","baseline_find":"","baseline_test":"","closer":"董虎","version_report":"","testtype":"","closed":"2018-08-03 16:27:36","version_test":"","custom_field_five":"5h","lastmodify":"董虎","current_owner":"张龙imp.zhang;","baseline_close":"","testmode":"","participator":";张龙imp.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-09-05 14:21:19","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-03 15:23:52","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"之前并未说明自定义订单对应的服务订单只能生撑一个","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">一笔自定义订单生成多笔服务订单,支付成功也显示多笔服务订单也是支付成功,其实只有一笔订单成功</span></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">实际结果:</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"线上问题——广州项目平安微信充值问题","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-09 10:04:13","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001008035","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-03 16:08:53","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","closer":"朱秀娟xijuan.zhu","version_report":"","testtype":"","closed":"2018-08-09 10:04:13","version_test":"","custom_field_five":"2","lastmodify":"朱秀娟xijuan.zhu","current_owner":"霍万强word.huo;","baseline_close":"","testmode":"","participator":";霍万强word.huo","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-09 10:04:13","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-03 14:33:52","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"将订单号改成项目id","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:<br  /></span>1.crm新增托管款,并审核通过<br  />2.手机浏览器进入718主会场抽奖,并有抽奖资格<br  />3.crm驳回托管款,手机浏览器进入718主会场抽奖</p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span><span style=\"font-family:宋体;\">还有718抽奖资格</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:只有第一次满付才有718抽奖资格,驳回后不再有抽奖</span></span><span style=\"font-family: 宋体;\">资格</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【CRM-财务中心】驳回线下支付款项,不应还有718抽奖资格","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-10 14:57:54","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001007963","custom_field_6":"","priority":"urgent","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-03 15:19:37","version_close":"","reporter":"李国龙","baseline_find":"","baseline_test":"","closer":"李国龙","version_report":"","testtype":"","closed":"2018-08-10 14:57:54","version_test":"","custom_field_five":"2个工作日","lastmodify":"李国龙","current_owner":"吴再聪springs.wu;丁乔林;","baseline_close":"","testmode":"","participator":";吴再聪springs.wu;丁乔林","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-10 14:57:54","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-03 09:51:54","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"前端传参问题,不好改动,后台做兼容校验","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">复现步骤:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">iOS同时使用招联贷与订金支付</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family: 宋体;\">创建订单失败</span><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;\">成功创建订单并能支付成功</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"线上问题-招联贷支付订单生成失败","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-09 10:04:03","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001007699","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-06 10:36:17","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","closer":"朱秀娟xijuan.zhu","version_report":"","testtype":"","closed":"2018-08-09 10:04:03","version_test":"","custom_field_five":"0","lastmodify":"朱秀娟xijuan.zhu","current_owner":"吴航宇damon.wu;黄海婷jade.huang;吴再聪springs.wu;","baseline_close":"","testmode":"","participator":";吴航宇damon.wu;黄海婷jade.huang;吴再聪springs.wu","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-09 10:04:03","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-01 14:20:21","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"上周已修复","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/pictures/201808/tapd_23793891_1533104366_12.png\" style=\"width: 600px;\"  /></p><div><br  /></div><div><br  /></div>","regression_number":"0","title":"【线上问题】-【业主app】项目ID 26689308  重庆  反馈内容:订单生成失败 但是我需要贷款付款","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-10 15:36:59","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001007686","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-10 15:36:49","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","closer":"朱秀娟xijuan.zhu","version_report":"","testtype":"","closed":"2018-08-10 15:36:59","version_test":"","custom_field_five":"1","lastmodify":"朱秀娟xijuan.zhu","current_owner":"吕向阳young.lv;","baseline_close":"","testmode":"","participator":";吕向阳young.lv","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-10 15:36:59","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-01 14:02:29","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"业主解绑过导致","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span><span style=\"font-family:宋体;\">澳门业主手机号码澳门电信的,在土巴兔APP上能登陆,但是看不到项目信息,也无法确认装修保</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span><span style=\"font-family:宋体;\">澳门业主手机号码澳门电信的,在土巴兔APP上能登陆且能正常操作</span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1533103283_41.png\" style=\"width: 600px;\"  /><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1533103290_83.png\" style=\"width: 600px;\"  /></p><div><br  /></div><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【业主app】项目ID:25282577(新保障项目)澳门业主手机号码是澳门电信的,在土巴兔APP上能登陆,但是看不到项目信息,也无法确认装修保","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|PM_audited|new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-03 14:23:00","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001007683","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-02 15:08:43","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","closer":"朱秀娟xijuan.zhu","version_report":"","testtype":"","closed":"2018-08-03 14:23:00","version_test":"","custom_field_five":"1","lastmodify":"朱秀娟xijuan.zhu","current_owner":"叶强kevin.ye;","baseline_close":"","testmode":"","participator":";叶强kevin.ye","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-03 14:23:00","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-01 13:57:46","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"上游问题","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:</span><br  /></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">1.业主登录app,点击水电验收按钮</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span><span style=\"font-family:宋体;\">显示“ 申请验收失败数据不存在”</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:说点验收成功</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1533103038_42.png\" style=\"width: 600px;\"  /></p><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【业主app】项目id: 26295207  (新保障项目)业主来电反馈申请不了水电验收,评价了也是申请不了,显示“ 申请验收失败数据不存在”","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-03 14:22:39","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001007676","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-02 15:36:29","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","closer":"朱秀娟xijuan.zhu","version_report":"","testtype":"","closed":"2018-08-03 14:22:39","version_test":"","custom_field_five":"两周之前已经发补丁","lastmodify":"朱秀娟xijuan.zhu","current_owner":"汤习林tony.tang;","baseline_close":"","testmode":"","participator":";汤习林tony.tang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-03 14:22:39","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-01 13:48:43","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"安卓传递yid为0,旧版本还是会有问题,新版本没问题","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:<br  /></span>1.装企后台发起签约<br  />2.业主登录app,点击合同管理,点击签约</p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span><span style=\"font-family:宋体;\">提示暂时不能签约,签约异常</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:能正常签约成功</span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1533102389_60.png\"  /></p><div><br  /></div>","regression_number":"0","title":"【线上问题】-【业主app】项目ID 26577875不能发起签约。提示暂时不能签约,签约异常","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-09 10:03:53","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001007667","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-06 11:35:47","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","closer":"朱秀娟xijuan.zhu","version_report":"","testtype":"","closed":"2018-08-09 10:03:53","version_test":"","custom_field_five":"2天","lastmodify":"朱秀娟xijuan.zhu","current_owner":"朱秀娟xijuan.zhu;","baseline_close":"","testmode":"","participator":";韦威lucy.wei;朱秀娟xijuan.zhu","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-09 10:03:53","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-01 11:41:47","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"处理人 吴再聪","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:<br  /></span>1.商家web创建案例<br  />2.代潇瑞后台插数据绑定案例与平台自动生成的工地<br  />3.进入商家app-装修-搜索装修公司,点击案例<br  />4.查看评价</p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span><span style=\"font-family:宋体;\">业主评价中出现不是业主评论的内容&nbsp;</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span><span style=\"font-family:宋体;\">业主评价中出现是业主评论的内容&nbsp;</span><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1533094686_13.png\"  /></p><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【业主app】APP装修案例-业主评价中出现不是业主评论的内容","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001007666","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"acknowledged","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"邓正银","current_owner":"邓正银;","baseline_close":"","testmode":"","participator":";邓正银","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-10 16:02:02","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-01 11:36:48","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:<br  /></span>1.业主app点击付款争议判断按钮<br  />2.数据库修改表to8to.to8to_zxgs_node_rebate的estimated_time为昨天<br  />3.CRM客服点击项目管理-投诉-解冻按钮,并提交成功<br  />3.返回到业主app点击同意付款按钮<br  />4.提示倒计时已结束,已自动扣款</p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span><span style=\"font-family:宋体;\">提示倒计时已结束,已自动扣款</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span><span style=\"font-family:宋体;\">应文案修改为:存在付款争议,请联系客服处理后再付款哦<br  />备注:转给邓郑银跟进<br  />CRM系统解冻付款争议判断未走质检验收+15天倒计时的流程导致</span></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1533094473_30.png\"  /></p><div><br  /></div>","regression_number":"0","title":"【线上问题】-【业主app】付款争议判断CRM系统解冻后业主点击同意付款时,提示倒计时已结束,已自动扣款,应文案修改为:存在付款争议,请联系客服处理后再付款哦","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|acknowledged","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"prompt","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-10 15:37:51","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001007660","custom_field_6":"","priority":"high","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-10 15:37:41","version_close":"","reporter":"朱秀娟xijuan.zhu","baseline_find":"","baseline_test":"","closer":"朱秀娟xijuan.zhu","version_report":"","testtype":"","closed":"2018-08-10 15:37:51","version_test":"","custom_field_five":"1","lastmodify":"朱秀娟xijuan.zhu","current_owner":"韦威lucy.wei;","baseline_close":"","testmode":"","participator":";韦威lucy.wei","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"iOS","custom_field_10":"","custom_field_11":"","modified":"2018-08-10 15:37:51","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-01 11:27:45","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"问题已修复,已上线","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">复现步骤:<br  /></span>1.添加水电阶段,,app显示水电阶段<br  />2.把水电阶段改为泥木阶段,app显示油漆阶段<br  />3.再把油漆阶段改为泥木阶段,app仍然显示油漆阶段<br  />4.此时app最终应显示为泥木阶段</p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">实际结果:</span></span><span style=\"font-family:宋体;\">为油漆工程</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">预期结果:</span></span><span style=\"font-family:宋体;\">应为泥木工程</span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\">备注无图,开发、测试已修复并验证</span></span></p><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】-【商家app&小程序】最高的一个工程进度为油漆,更改为泥木,app工地的工程进度更新后不生效,应为泥木工程,不应为油漆工程","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-08-07 18:58:02","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001007634","custom_field_6":"","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-08-07 09:46:10","version_close":"","reporter":"杨芳","baseline_find":"","baseline_test":"","closer":"杨芳","version_report":"","testtype":"","closed":"2018-08-07 18:58:02","version_test":"","custom_field_five":"16","lastmodify":"杨芳","current_owner":"郭春玲;","baseline_close":"","testmode":"","participator":";郭春玲","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Web","custom_field_10":"","custom_field_11":"","modified":"2018-08-07 18:58:02","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-08-01 10:11:19","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"已经上线了","description":"<p class=\"MsoNormal\">如果输入包括特殊字符的500个字符,后台转义就会超过500,点击提交后提示超过500限制</p><p class=\"MsoNormal\"><br  /></p><p class=\"MsoNormal\"><img src=\"/tfl/captures/2018-08/tapd_23793891_base64_1533089341_33.png\" style=\"width: 600px;\"  /></p><div><br  /></div>","regression_number":"0","title":"【线上问题】装企后台人员管理,创建子账户填写个人简介,限制500字符问题","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},{"Bug":{"bugtype":"","custom_field_50":"","resolution":"","workspace_id":"23793891","originphase":"","id":"1123793891001007488","custom_field_6":"","priority":"medium","custom_field_9":"","custom_field_7":"","custom_field_8":"","version_fix":"","status":"acknowledged","version_close":"","reporter":"彭明明charlie.peng","baseline_find":"","baseline_test":"","version_report":"","testtype":"","version_test":"","custom_field_five":"","lastmodify":"彭明明charlie.peng","current_owner":"韦威lucy.wei;","baseline_close":"","testmode":"","participator":";韦威lucy.wei","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"interface","custom_field_10":"","custom_field_11":"","modified":"2018-08-10 15:13:42","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-07-30 10:32:52","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"","description":"<p class=\"MsoNormal\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题页面Url:</span><br  /></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">1.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题发现平台:</span></b><b><span style=\"font-family: 宋体; font-size: 10.5pt;\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"padding: 0px; color: rgb(54, 59, 66); text-indent: 21pt;\"><span style=\"font-family:宋体;\">土巴兔APP业主后台</span></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">2.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题描述:</span></b></p><p class=\"MsoNormal\" style=\"padding: 0px;\"><span style=\" color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">&nbsp; &nbsp; &nbsp;</span></span><span style=\"color:#363b42;font-family:宋体;\">新保障体系装修贷项目同意水电返款,提示暂不可返</span></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">3.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题数据提供:</span></b></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\">&nbsp; &nbsp;&nbsp;<img src=\"/tfl/captures/2018-07/tapd_23793891_base64_1532915032_28.png\" style=\"color: rgb(0, 0, 0); font-family: 微软雅黑;\"  /><b><span style=\"font-family: 宋体; font-size: 10.5pt;\"><br  /></span></b></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\">4.问题原因</p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\">--&nbsp;业主后台同意付款,返回状态码-39,提示暂不可返<br  />--&nbsp;经排查,该项目是装修贷项目,需金融运营人员先确认后,业主才能同意返款<br  />--&nbsp;1.业主后台的提示文案需调整,引导业主联系客服,通知金融运营及时处理<br  />&nbsp;&nbsp;&nbsp;2.建立线上或线下通知机制,有该类项目,及时通知运营在后台确认<br  /></p><div><br  /></div><p class=\"MsoNormal\"><span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p>","regression_number":"0","title":"【线上问题】新保障体系装修贷项目同意水电返款,提示暂不可返","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|acknowledged","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"normal","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}}],"status":1,"info":"success"}
[2018-09-25 12:53:07.788] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2018-09-25 12:53:07.789] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2018-09-25 12:54:38.694] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://api.tapd.cn/bugs?workspace_id=23793891&title=%E7%BA%BF%E4%B8%8A%E5%87%BA%E7%8E%B0%E4%B8%AD%E6%A0%87%E9%A1%B9%E7%9B%AE
[2018-09-25 12:54:38.894] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2018-09-25 12:54:42.105] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2018-09-25 12:54:42.105] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2018-09-25 12:54:42.105] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://api.tapd.cn/bugs?workspace_id=23793891&title=%E7%BA%BF%E4%B8%8A%E5%87%BA%E7%8E%B0%E4%B8%AD%E6%A0%87%E9%A1%B9%E7%9B%AE
[2018-09-25 12:54:42.106] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : GET
[2018-09-25 12:54:42.106] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2018-09-25 12:54:42.106] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Authorization:Basic R1U0QGN3cTY6MDUyODM1QjUtMTk0Qy0yREM4LUNDNTItRTFGNzhFRkY5MzY1
[2018-09-25 12:54:42.106] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2018-09-25 12:54:42.107] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2018-09-25 12:54:42.109] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {workspace_id=23793891, title=线上出现中标项目}
[2018-09-25 12:54:42.110] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2018-09-25 12:54:42.110] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - workspace_id=23793891&title=%E7%BA%BF%E4%B8%8A%E5%87%BA%E7%8E%B0%E4%B8%AD%E6%A0%87%E9%A1%B9%E7%9B%AE
[2018-09-25 12:54:42.111] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2018-09-25 12:54:42.111] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2018-09-25 12:54:42.813] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2018-09-25 12:54:42.814] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2018-09-25 12:54:42.814] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2018-09-25 12:54:42.814] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2018-09-25 12:54:42.815] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2018-09-25 12:54:42.815] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.8.0
[2018-09-25 12:54:42.816] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-WAF-UUID:8972a33b-fbe9-478f-b4cc-3a5774a652d6
[2018-09-25 12:54:42.816] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2018-09-25 12:54:42.816] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Set-Cookie:
[2018-09-25 12:54:42.816] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - P3P:CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
[2018-09-25 12:54:42.816] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 25 Sep 2018 04:54:42 GMT
[2018-09-25 12:54:42.816] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json; charset=utf-8
[2018-09-25 12:54:42.817] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-Powered-By:PHP/5.6.36
[2018-09-25 12:54:42.817] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2018-09-25 12:54:42.817] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:288] - CAKEPHP:075632691509464f7fbdbce99958edab67d721c532f368ac182eb8db0b4c78fb
[2018-09-25 12:54:42.817] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2018-09-25 12:54:42.818] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"data":[{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-21 17:29:11","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001011862","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"2018-09-19","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-20 11:38:27","version_close":"","reporter":"彭明明charlie.peng","baseline_find":"","baseline_test":"","closer":"彭明明charlie.peng","version_report":"","testtype":"","closed":"2018-09-21 17:29:11","version_test":"","custom_field_five":"5h","lastmodify":"彭明明charlie.peng","current_owner":"张锐锋freeman.zhang;","baseline_close":"","testmode":"","participator":";张锐锋freeman.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Android","custom_field_10":"","custom_field_11":"","modified":"2018-09-21 17:29:11","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-18 10:13:32","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"修改质检入口时对另一入口造成影响,新增银行卡信息时报氏","description":"<p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">1.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题发现平台:</span></b><b><span style=\"font-family: 宋体; font-size: 10.5pt;\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">CRM后台</span></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">2.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题描述:</span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">&nbsp; &nbsp; &nbsp; &nbsp;纠纷返款有两个入口:中标项目查询页入口,直接提交不需要审核;质检入口<br  /></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">中标项目查询入口提交纠纷返款后钱没有退给装企,装企投诉</p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">3.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题数据提供:</span></b></p><p class=\"MsoNormal\">线上25833680&nbsp;25319282这两个项目<span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\">4.&nbsp; &nbsp;<b>问题原因</b>:</p><p class=\"MsoNormal\"><span style=\" color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ; \">修改质检入口时对另一入口造成影响,新增银行卡信息时报错</span><br  /></p>","regression_number":"0","title":"【财务-纠纷返款】线上出现中标项目纠纷返款入口提交成功后没有退款给装企","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}}],"status":1,"info":"success"}
[2018-09-25 12:54:42.818] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2018-09-25 12:54:42.819] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2018-09-25 12:56:42.633] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://api.tapd.cn/bugs?workspace_id=23793891&id=1123793891001011862
[2018-09-25 12:56:42.830] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2018-09-25 12:56:45.991] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2018-09-25 12:56:45.991] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2018-09-25 12:56:45.992] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://api.tapd.cn/bugs?workspace_id=23793891&id=1123793891001011862
[2018-09-25 12:56:45.992] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : GET
[2018-09-25 12:56:45.992] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2018-09-25 12:56:45.992] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Authorization:Basic R1U0QGN3cTY6MDUyODM1QjUtMTk0Qy0yREM4LUNDNTItRTFGNzhFRkY5MzY1
[2018-09-25 12:56:45.992] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2018-09-25 12:56:45.993] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2018-09-25 12:56:45.995] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {workspace_id=23793891, id=1123793891001011862}
[2018-09-25 12:56:45.995] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2018-09-25 12:56:45.995] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - workspace_id=23793891&id=1123793891001011862
[2018-09-25 12:56:45.996] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2018-09-25 12:56:45.996] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2018-09-25 12:56:46.599] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2018-09-25 12:56:46.599] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2018-09-25 12:56:46.599] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2018-09-25 12:56:46.600] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2018-09-25 12:56:46.600] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2018-09-25 12:56:46.600] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.8.0
[2018-09-25 12:56:46.600] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-WAF-UUID:6f7f0cd4-c278-4f96-b148-2648756d413e
[2018-09-25 12:56:46.600] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2018-09-25 12:56:46.600] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Set-Cookie:
[2018-09-25 12:56:46.601] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - P3P:CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
[2018-09-25 12:56:46.601] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 25 Sep 2018 04:56:46 GMT
[2018-09-25 12:56:46.601] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json; charset=utf-8
[2018-09-25 12:56:46.601] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-Powered-By:PHP/5.6.36
[2018-09-25 12:56:46.601] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2018-09-25 12:56:46.601] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:288] - CAKEPHP:10e9c4980db09b82af1c06504253d67cb544a6cde7619e01e3c8f7405d966a4a
[2018-09-25 12:56:46.601] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2018-09-25 12:56:46.601] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"data":{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-21 17:29:11","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001011862","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"2018-09-19","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-20 11:38:27","version_close":"","reporter":"彭明明charlie.peng","baseline_find":"","baseline_test":"","closer":"彭明明charlie.peng","version_report":"","testtype":"","closed":"2018-09-21 17:29:11","version_test":"","custom_field_five":"5h","lastmodify":"彭明明charlie.peng","current_owner":"张锐锋freeman.zhang;","baseline_close":"","testmode":"","participator":";张锐锋freeman.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Android","custom_field_10":"","custom_field_11":"","modified":"2018-09-21 17:29:11","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-18 10:13:32","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"修改质检入口时对另一入口造成影响,新增银行卡信息时报氏","description":"<p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">1.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题发现平台:</span></b><b><span style=\"font-family: 宋体; font-size: 10.5pt;\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">CRM后台</span></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">2.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题描述:</span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">&nbsp; &nbsp; &nbsp; &nbsp;纠纷返款有两个入口:中标项目查询页入口,直接提交不需要审核;质检入口<br  /></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">中标项目查询入口提交纠纷返款后钱没有退给装企,装企投诉</p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">3.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题数据提供:</span></b></p><p class=\"MsoNormal\">线上25833680&nbsp;25319282这两个项目<span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\">4.&nbsp; &nbsp;<b>问题原因</b>:</p><p class=\"MsoNormal\"><span style=\" color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ; \">修改质检入口时对另一入口造成影响,新增银行卡信息时报错</span><br  /></p>","regression_number":"0","title":"【财务-纠纷返款】线上出现中标项目纠纷返款入口提交成功后没有退款给装企","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},"status":1,"info":"success"}
[2018-09-25 12:56:46.602] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2018-09-25 12:56:46.602] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2018-09-25 12:57:30.844] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://api.tapd.cn/bugs?id=1123793891001011862
[2018-09-25 12:57:31.053] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2018-09-25 12:57:31.195] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2018-09-25 12:57:31.195] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2018-09-25 12:57:31.195] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://api.tapd.cn/bugs?id=1123793891001011862
[2018-09-25 12:57:31.196] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : GET
[2018-09-25 12:57:31.196] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2018-09-25 12:57:31.196] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Authorization:Basic R1U0QGN3cTY6MDUyODM1QjUtMTk0Qy0yREM4LUNDNTItRTFGNzhFRkY5MzY1
[2018-09-25 12:57:31.197] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2018-09-25 12:57:31.197] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2018-09-25 12:57:31.199] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {id=1123793891001011862}
[2018-09-25 12:57:31.199] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2018-09-25 12:57:31.199] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - id=1123793891001011862
[2018-09-25 12:57:31.199] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2018-09-25 12:57:31.199] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2018-09-25 12:57:31.251] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2018-09-25 12:57:31.252] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2018-09-25 12:57:31.252] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 422 ParamError
[2018-09-25 12:57:31.253] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2018-09-25 12:57:31.253] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2018-09-25 12:57:31.254] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.8.0
[2018-09-25 12:57:31.254] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-WAF-UUID:dae0db06-8561-4f0c-a931-744ebbfeee5f
[2018-09-25 12:57:31.254] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2018-09-25 12:57:31.255] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Set-Cookie:
[2018-09-25 12:57:31.255] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - P3P:CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
[2018-09-25 12:57:31.255] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 25 Sep 2018 04:57:31 GMT
[2018-09-25 12:57:31.255] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json; charset=utf-8
[2018-09-25 12:57:31.256] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-Powered-By:PHP/5.6.36
[2018-09-25 12:57:31.256] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2018-09-25 12:57:31.256] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:288] - CAKEPHP:670fe08e2ae21e6769777c2d7fb17e687ab7914f965d2b48b99e4db40189ba6c
[2018-09-25 12:57:31.257] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2018-09-25 12:57:31.257] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:294] - 
[2018-09-25 12:57:31.257] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2018-09-25 12:57:31.567] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接
[2018-09-25 12:58:25.142] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:111] - 获取连接,URL:https://api.tapd.cn/bugs?workspace_id=23793891&id=1123793891001011862
[2018-09-25 12:58:25.340] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:147] - isFollowRedirects->false
[2018-09-25 12:58:30.474] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:240] - ===================================
[2018-09-25 12:58:30.474] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:241] - ###Http Request Url### : 
[2018-09-25 12:58:30.475] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:242] - https://api.tapd.cn/bugs?workspace_id=23793891&id=1123793891001011862
[2018-09-25 12:58:30.475] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:243] - ###Http Request Method### : GET
[2018-09-25 12:58:30.475] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:244] - ###Http Request Headers### : 
[2018-09-25 12:58:30.475] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Authorization:Basic R1U0QGN3cTY6MDUyODM1QjUtMTk0Qy0yREM4LUNDNTItRTFGNzhFRkY5MzY1
[2018-09-25 12:58:30.475] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:246] - Content-Type:application/x-www-form-urlencoded
[2018-09-25 12:58:30.475] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:248] - ###Http Request queryString before URLEncoder### : 
[2018-09-25 12:58:30.477] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:249] - {workspace_id=23793891, id=1123793891001011862}
[2018-09-25 12:58:30.477] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:250] - ###Http Request queryString after URLEncoder### :
[2018-09-25 12:58:30.477] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:251] - workspace_id=23793891&id=1123793891001011862
[2018-09-25 12:58:30.477] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:252] - ###Http Request Content### : 
[2018-09-25 12:58:30.478] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:253] - 
[2018-09-25 12:58:30.874] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:279] - ===================================
[2018-09-25 12:58:30.875] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:280] - ###Http Response Status line### : 
[2018-09-25 12:58:30.875] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:281] - HTTP/1.1 200 OK
[2018-09-25 12:58:30.875] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:282] - ###Http Response Headers### : 
[2018-09-25 12:58:30.875] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Transfer-Encoding:chunked
[2018-09-25 12:58:30.875] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Server:nginx/1.8.0
[2018-09-25 12:58:30.876] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-WAF-UUID:3293ed8a-40d7-484c-82df-251180b0c270
[2018-09-25 12:58:30.876] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Connection:keep-alive
[2018-09-25 12:58:30.876] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Set-Cookie:
[2018-09-25 12:58:30.876] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - P3P:CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
[2018-09-25 12:58:30.876] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Date:Tue, 25 Sep 2018 04:58:30 GMT
[2018-09-25 12:58:30.876] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - Content-Type:application/json; charset=utf-8
[2018-09-25 12:58:30.876] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:284] - X-Powered-By:PHP/5.6.36
[2018-09-25 12:58:30.877] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:286] - ###Http Response Cookies### :
[2018-09-25 12:58:30.877] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:288] - CAKEPHP:4b8493ab0d968681e123e92689fbbeba7e0b1768e7cf9ea035a4829dadba9f89
[2018-09-25 12:58:30.877] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:290] - ###Http Response Content### :
[2018-09-25 12:58:30.877] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:292] - {"data":{"Bug":{"bugtype":"","custom_field_50":"","verify_time":"2018-09-21 17:29:11","resolution":"fixed","workspace_id":"23793891","originphase":"","id":"1123793891001011862","custom_field_6":"财务","priority":"high","custom_field_9":"","custom_field_7":"2018-09-19","custom_field_8":"","version_fix":"","status":"verified","resolved":"2018-09-20 11:38:27","version_close":"","reporter":"彭明明charlie.peng","baseline_find":"","baseline_test":"","closer":"彭明明charlie.peng","version_report":"","testtype":"","closed":"2018-09-21 17:29:11","version_test":"","custom_field_five":"5h","lastmodify":"彭明明charlie.peng","current_owner":"张锐锋freeman.zhang;","baseline_close":"","testmode":"","participator":";张锐锋freeman.zhang","source":"","frequency":"","custom_field_14":"","custom_field_15":"","custom_field_12":"","custom_field_13":"","custom_field_one":"Android","custom_field_10":"","custom_field_11":"","modified":"2018-09-21 17:29:11","custom_field_18":"","custom_field_19":"","sourcephase":"","custom_field_16":"","custom_field_17":"","created":"2018-09-18 10:13:32","iteration_id":"0","custom_field_25":"","custom_field_26":"","custom_field_23":"","custom_field_24":"","custom_field_21":"","custom_field_22":"","custom_field_20":"","testphase":"","custom_field_29":"","custom_field_27":"","custom_field_28":"","custom_field_four":"修改质检入口时对另一入口造成影响,新增银行卡信息时报氏","description":"<p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">1.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题发现平台:</span></b><b><span style=\"font-family: 宋体; font-size: 10.5pt;\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体;\">CRM后台</span></p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">2.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题描述:</span></b></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">&nbsp; &nbsp; &nbsp; &nbsp;纠纷返款有两个入口:中标项目查询页入口,直接提交不需要审核;质检入口<br  /></p><p class=\"MsoNormal\" style=\" padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\">中标项目查询入口提交纠纷返款后钱没有退给装企,装企投诉</p><p class=\"MsoNormal\" style=\" margin-left: 0pt; padding: 0px; color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ;\"><span style=\"font-family: 宋体; font-weight: bold; font-size: 10.5pt;\">3.&nbsp;</span><b><span style=\"font-family: 宋体; font-size: 10.5pt;\">问题数据提供:</span></b></p><p class=\"MsoNormal\">线上25833680&nbsp;25319282这两个项目<span style=\"font-family:宋体;font-size:10.5pt;\"><span style=\"font-family:宋体;\"><br  /></span></span></p><p class=\"MsoNormal\">4.&nbsp; &nbsp;<b>问题原因</b>:</p><p class=\"MsoNormal\"><span style=\" color: rgb(54, 59, 66) ; ; ; ; ; ; ; ; ; ; ; ; ; \">修改质检入口时对另一入口造成影响,新增银行卡信息时报错</span><br  /></p>","regression_number":"0","title":"【财务-纠纷返款】线上出现中标项目纠纷返款入口提交成功后没有退款给装企","platform":"","custom_field_36":"","custom_field_37":"","custom_field_34":"","custom_field_35":"","custom_field_32":"","flows":"new|resolved|verified","custom_field_33":"","custom_field_30":"","custom_field_31":"","custom_field_38":"","custom_field_39":"","severity":"serious","os":"","issue_id":"0","custom_field_40":"","custom_field_47":"","custom_field_48":"","custom_field_45":"","custom_field_46":"","custom_field_43":"","custom_field_44":"","custom_field_41":"","custom_field_three":"","custom_field_42":"","custom_field_two":"线上Bug","custom_field_49":"","baseline_join":""}},"status":1,"info":"success"}
[2018-09-25 12:58:30.877] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:296] - ===================================
[2018-09-25 12:58:30.878] [main] [DEBUG] - [com.fangdd.qa.framework.utils.http.HttpUtil:353] - 断开连接