Authored by mali

编译

... ... @@ -45,7 +45,7 @@ public class DepositOrderController {
* @param price
* @return
* @throws GatewayException
* http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/?debug=XYZ&method=ufo.deposit.computeRecall&uid=500031974&deposit_code=56257845&address_id=7777777
* http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/?debug=XYZ&method=ufo.deposit.computeRecall&uid=500031974&deposit_code=56257845&address_id=JJK1Ry05yFHv+DIkz2ti3A==
*/
@RequestMapping(params = "method=ufo.deposit.computeRecall")
@ResponseBody
... ... @@ -68,7 +68,7 @@ public class DepositOrderController {
* @param price
* @return
* @throws GatewayException
* http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/?debug=XYZ&method=ufo.deposit.publishDepositOrder&uid=500031974&deposit_code=56257845&address_id=7777777
* http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/?debug=XYZ&method=ufo.deposit.publishDepositOrder&uid=500031974&deposit_code=56257845&address_id=JJK1Ry05yFHv+DIkz2ti3A==
*/
@RequestMapping(params = "method=ufo.deposit.publishDepositOrder")
@ResponseBody
... ...
... ... @@ -532,7 +532,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{
return;
}
if(identifyRecord.getOwner() != fromUid.intValue()) {
/*if(identifyRecord.getOwner() != fromUid.intValue()) {
throw new GatewayException(402, "不是当前物权所有人,无法操作");
}
... ... @@ -578,9 +578,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{
clearIdentifyCache(tagId, nfcUid);
//区块链
syncBlockChain(tagId, nfcUid, toUid);
return result;
syncBlockChain(tagId, nfcUid, toUid);*/
}
public IdentifyRecord selectByOrderCode(@Param("orderCode") Long orderCode) {
... ...