|
@ -127,7 +127,7 @@ public class ChildVaccinImmuneService extends BaseService {
|
|
result+= childImmuneVaccinDao.updateDelByCode(childImmuneVaccin.getCode());
|
|
result+= childImmuneVaccinDao.updateDelByCode(childImmuneVaccin.getCode());
|
|
}
|
|
}
|
|
}
|
|
}
|
|
//如果本地没有就是新增的
|
|
|
|
|
|
//如果本地没有就是新增的.
|
|
List<ChildImmuneVaccin> vaccins = new ArrayList<>();
|
|
List<ChildImmuneVaccin> vaccins = new ArrayList<>();
|
|
for (int j=0;j<vaccinJsonJSONArray.length();j++){
|
|
for (int j=0;j<vaccinJsonJSONArray.length();j++){
|
|
String ymbm = vaccinJsonJSONArray.getJSONObject(j).getString("ymBm");
|
|
String ymbm = vaccinJsonJSONArray.getJSONObject(j).getString("ymBm");
|