|
|
@@ -5130,7 +5130,7 @@ public class FsStoreOrderScrmServiceImpl implements IFsStoreOrderScrmService {
|
|
|
else{
|
|
|
String config=configService.selectConfigByKey("his.store");
|
|
|
com.fs.store.config.StoreConfig storeConfig= JSONUtil.toBean(config, com.fs.store.config.StoreConfig.class);
|
|
|
- if(param.getPayType().equals(1)||param.getPayType().equals(99)){
|
|
|
+ if(param.getPayType().equals(1)||param.getPayType().equals(99)||param.getPayType().equals(5)){
|
|
|
order.setPayType(String.valueOf(param.getPayType()));
|
|
|
order.setPayMoney(order.getPayPrice());
|
|
|
if(!"广州郑多燕".equals(cloudHostProper.getCompanyName())){
|