| | |
| | | import com.fzzy.async.fzzy40.entity.Fz40DrugLog; |
| | | import com.fzzy.async.fzzy40.repository.Fzzy40Sync1306Rep; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.apache.commons.lang.StringUtils; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Component; |
| | |
| | | /** |
| | | * 熏蒸作业数据同步 |
| | | * |
| | | * @author chen |
| | | * @author czt |
| | | * @date 2022-09-08 09:51 |
| | | */ |
| | | @Slf4j |
| | |
| | | api1306.setNd(fz40DrugLog.getConcentration()); |
| | | api1306.setLddwyyl(fz40DrugLog.getGrainDose()); |
| | | api1306.setKjdwyyl(fz40DrugLog.getSpaceDose()); |
| | | api1306.setSyff(StringUtils.isEmpty(fz40DrugLog.getSyff())?"0":fz40DrugLog.getSyff()); |
| | | api1306.setZyyl(fz40DrugLog.getDose()); |
| | | api1306.setSqrq(fz40DrugLog.getVentilateTime()); |
| | | api1306.setSqff(fz40DrugLog.getVentilateMethod()); |
| | | api1306.setSqjsslhqnd(fz40DrugLog.getAfterPh3()); |
| | | api1306.setXzxgpj(fz40DrugLog.getEvaluate()); |
| | | api1306.setZhgxsj(fz40DrugLog.getUpdateTime()); |
| | | api1306.setZhgxsj(new Date()); |
| | | |
| | | api1306.setHwdm(api1105.getHwdm()); |
| | | api1306.setKqdm(kqdm); |