@Component @Mapper public interface MzDetailChargeMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<MzDetailCharge>
| 限定符和类型 | 方法和说明 |
|---|---|
int |
countByExample(MzDetailChargeExample example) |
int |
deleteByExample(MzDetailChargeExample example) |
int |
deleteByPrimaryKey(MzDetailChargeKey key) |
int |
insert(MzDetailCharge record) |
int |
insertSelective(MzDetailCharge record) |
List<List<Map<String,Object>>> |
jms_getMzChargeDetail(String patient_id,
String times,
String query_type,
String start_date,
String end_date) |
MzDetailCharge |
jms_update_mz_detail_charge(String patient_id,
Integer times,
Short ledger_sn,
String order_type,
Short order_no,
Short item_no) |
List<MzDetailCharge> |
selectByExample(MzDetailChargeExample example) |
MzDetailCharge |
selectByPrimaryKey(MzDetailChargeKey key) |
int |
updateByExample(MzDetailCharge record,
MzDetailChargeExample example) |
int |
updateByExampleSelective(MzDetailCharge record,
MzDetailChargeExample example) |
int |
updateByPrimaryKey(MzDetailCharge record) |
int |
updateByPrimaryKeySelective(MzDetailCharge record) |
int countByExample(MzDetailChargeExample example)
int deleteByExample(MzDetailChargeExample example)
int deleteByPrimaryKey(MzDetailChargeKey key)
int insert(MzDetailCharge record)
insert 在接口中 com.baomidou.mybatisplus.core.mapper.BaseMapper<MzDetailCharge>int insertSelective(MzDetailCharge record)
List<MzDetailCharge> selectByExample(MzDetailChargeExample example)
MzDetailCharge selectByPrimaryKey(MzDetailChargeKey key)
int updateByExampleSelective(@Param(value="record")
MzDetailCharge record,
@Param(value="example")
MzDetailChargeExample example)
int updateByExample(@Param(value="record")
MzDetailCharge record,
@Param(value="example")
MzDetailChargeExample example)
int updateByPrimaryKeySelective(MzDetailCharge record)
int updateByPrimaryKey(MzDetailCharge record)
@Select(value="EXEC jms_getMzChargeDetail #{patient_id},#{times},#{query_type},#{start_date},#{end_date}")
@ResultMap(value={"mzDetailChargeSub","mzDetailCharge"})
@Options(statementType=CALLABLE)
List<List<Map<String,Object>>> jms_getMzChargeDetail(@Param(value="patient_id")
String patient_id,
@Param(value="times")
String times,
@Param(value="query_type")
String query_type,
@Param(value="start_date")
String start_date,
@Param(value="end_date")
String end_date)
@Select(value="EXEC jms_update_mz_detail_charge #{patient_id},#{times},#{ledger_sn},#{order_type},#{order_no},#{item_no}")
MzDetailCharge jms_update_mz_detail_charge(@Param(value="patient_id")
String patient_id,
@Param(value="times")
Integer times,
@Param(value="ledger_sn")
Short ledger_sn,
@Param(value="order_type")
String order_type,
@Param(value="order_no")
Short order_no,
@Param(value="item_no")
Short item_no)
Copyright © 2021. All rights reserved.