列表查询
This commit is contained in:
+5
-1
@@ -77,7 +77,11 @@
|
||||
from ota_manage_receive omr
|
||||
left join ota_manage_apply oma on oma.issue_key = omr.id
|
||||
<where>
|
||||
1=1
|
||||
1=1
|
||||
<if test="otaManageApplyEO.plannedBpLaunchBatch != null and otaManageApplyEO.plannedBpLaunchBatch != ''">
|
||||
and omr.planned_bp_launch_batch_ =#{otaManageApplyEO.plannedBpLaunchBatch}
|
||||
</if>
|
||||
|
||||
<if test="otaManageApplyEO.vdr != null and otaManageApplyEO.vdr != ''">
|
||||
and omr.id LIKE CONCAT(CONCAT('%',#{otaManageApplyEO.vdr}),'%')
|
||||
</if>
|
||||
|
||||
+1
@@ -215,6 +215,7 @@ public class OtaManageApplyEOServiceImpl extends ServiceImpl<OtaManageApplyEOMap
|
||||
String[] conditionSplit = carMarket.split(" ");
|
||||
|
||||
for (OtaManageApplyEO manageApplyEO : otaManageApplyEOList) {
|
||||
manageApplyEO.setVdr(manageApplyEO.getId());
|
||||
String appliedVehicleProject = manageApplyEO.getAppliedVehicleProject();
|
||||
if(StringUtils.isNotBlank(appliedVehicleProject)){
|
||||
String[] appliedVehicleProjectArr = appliedVehicleProject.split(",");
|
||||
|
||||
Reference in New Issue
Block a user