| | |
| | |
|
| | | import javax.annotation.Resource;
|
| | | import java.math.BigDecimal;
|
| | | import java.util.HashMap;
|
| | | import java.util.Map;
|
| | |
|
| | | /**
|
| | | * @author chacca
|
| | |
| | | public BigDecimal getLtkjJianchajianyanTreeFyhjByCardId(String cardId) {
|
| | | return mapper.getLtkjJianchajianyanTreeFyhjByCardId(cardId);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public int getSfsfByCardId(String cardId) {
|
| | | return mapper.getSfsfByCardId(cardId);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public int getCallSfsfByCardId(String cardId) {
|
| | |
|
| | | Map<String, Object> map = new HashMap<>();
|
| | | map.put("cardId",cardId);
|
| | | mapper.getCallSfsfByCardId(map);
|
| | | return (int) (Integer) map.get("sl");
|
| | | }
|
| | | }
|
| | |
|
| | |
|