Examples of PointsRecord


Examples of com.lgx8.right.entities.PointsRecord

       
        merchant.setSYJFSL(score-1);
       
        merchantDao.updateMerchant(merchant);
       
        PointsRecord record = new PointsRecord();
        record.setEntityId(id);
        record.setType("1");
        record.setEntityName(merchant.getSJMC());
        record.setPoints(1.00);
        record.setRecordIP(recordIP);
        record.setRecordTime(new Date());
       
        pointsRecordDao.savePointsRecord(record);
      }
    }
   
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.