|
@@ -33,7 +33,8 @@ import java.util.stream.IntStream;
|
|
|
@Slf4j
|
|
@Slf4j
|
|
|
@Service
|
|
@Service
|
|
|
public class BusReceiveRecordUpdateImpl extends ServiceImpl<BusReceiveRecordUpdateMapper, BusReceiveRecordUpdateEntity> implements IBusReceiveRecordUpdateService {
|
|
public class BusReceiveRecordUpdateImpl extends ServiceImpl<BusReceiveRecordUpdateMapper, BusReceiveRecordUpdateEntity> implements IBusReceiveRecordUpdateService {
|
|
|
- private static final String[] MD5_FIELDS = {"pumpCode", "hospitalCode", "patientCode", "continueQuantity", "maxQuantity", "firstQuantity", "singleQuantity", "totalQuantity"};
|
|
|
|
|
|
|
+ private static final String[] MD5_FIELDS = {"pumpCode", "hospitalCode", "patientCode", "continueQuantity",
|
|
|
|
|
+ "maxQuantity", "firstQuantity", "singleQuantity", "totalQuantity"};
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* @param pumpEntity 泵实体
|
|
* @param pumpEntity 泵实体
|