|
@@ -5,6 +5,7 @@ import com.fs.common.exception.CustomException;
|
|
|
import com.fs.common.utils.DateUtils;
|
|
|
import com.fs.his.domain.FsStorePayment;
|
|
|
import com.fs.his.mapper.FsStorePaymentMapper;
|
|
|
+import com.fs.his.service.IFsPrescribeService;
|
|
|
import com.fs.huifuPay.domain.HuiFuRefundResult;
|
|
|
import com.fs.huifuPay.sdk.opps.core.request.V2TradePaymentScanpayRefundRequest;
|
|
|
import com.fs.huifuPay.service.HuiFuService;
|
|
@@ -31,10 +32,19 @@ public class TaskTest {
|
|
|
@Autowired
|
|
|
private Task task;
|
|
|
|
|
|
+ @Autowired
|
|
|
+ private IFsPrescribeService fsPrescribeService;
|
|
|
+
|
|
|
+ @Test
|
|
|
+ public void prescribeImg(){
|
|
|
+ String s = fsPrescribeService.PrescribeImg(188L);
|
|
|
+ log.info(s);
|
|
|
+ }
|
|
|
@Test
|
|
|
public void addPrescribeImg() {
|
|
|
try {
|
|
|
task.addPrescribeImg();
|
|
|
+
|
|
|
} catch (Exception e) {
|
|
|
throw new RuntimeException(e);
|
|
|
}
|