|
@@ -272,7 +272,7 @@ public class AgentQcController {
|
|
272
|
agentQc.setAgentDepotId(agentDepotId);
|
272
|
agentQc.setAgentDepotId(agentDepotId);
|
|
273
|
agentQc.setNotice(job.get("tzdbh")+"");
|
273
|
agentQc.setNotice(job.get("tzdbh")+"");
|
|
274
|
agentQc.setBusinessNumber(job.get("bizNo")+"");
|
274
|
agentQc.setBusinessNumber(job.get("bizNo")+"");
|
|
275
|
- agentQc.setCarBrand(job.get("cphm")+"");
|
|
|
|
|
|
275
|
+ agentQc.setCarBrand(job.get("cphm").toString().substring(1));
|
|
276
|
String businessType = job.get("ywlx")+"";
|
276
|
String businessType = job.get("ywlx")+"";
|
|
277
|
if ("入仓".equals(businessType)) {
|
277
|
if ("入仓".equals(businessType)) {
|
|
278
|
businessType = "汽车入库";
|
278
|
businessType = "汽车入库";
|