| | |
| | | import java.text.ParseException;
|
| | | import java.text.SimpleDateFormat;
|
| | | import java.util.Date;
|
| | | import java.util.List;
|
| | |
|
| | | import javax.annotation.Resource;
|
| | |
|
| | |
| | | }
|
| | |
|
| | |
|
| | | @Transactional
|
| | | @Transactional(rollbackFor=Exception.class)
|
| | | private String createTaoLiJin(Long auctionId, BigDecimal perface, int totalNum, String pid) throws UserTaoLiJinNewbiesException {
|
| | | SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd");
|
| | | SimpleDateFormat formatStr = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
| | |
| | | return userTaoLiJinNewbiesMapper.selectByPrimaryKey(uid);
|
| | | }
|
| | |
|
| | | |
| | | @Override
|
| | | public long count(String key) {
|
| | | return userTaoLiJinNewbiesMapper.count(key);
|
| | | }
|
| | | |
| | | @Override
|
| | | public List<UserTaoLiJinNewbies> query(int page, int count, String key,Integer order) {
|
| | | return userTaoLiJinNewbiesMapper.query((page -1)* count, count, key, order);
|
| | | }
|
| | | }
|