|
@@ -10,6 +10,5 @@ import java.util.Map;
|
|
@Mapper
|
|
@Mapper
|
|
public interface FormDataMapper extends IBaseMapper<FormData, BigDecimal> {
|
|
public interface FormDataMapper extends IBaseMapper<FormData, BigDecimal> {
|
|
Map<String, Object> selectFormData(Integer formDataId);
|
|
Map<String, Object> selectFormData(Integer formDataId);
|
|
-(数量*(单价*(1+(((能源基本价格-能源调整价格)/能源基本价格)*100-100))*rate))+extra
|
|
|
|
BigDecimal selectFormDataId();
|
|
BigDecimal selectFormDataId();
|
|
}
|
|
}
|