修改打印数据
This commit is contained in:
@@ -28,4 +28,7 @@ public interface ShopUserDutyPayMapper {
|
||||
|
||||
|
||||
List<Map<String,Object>> selectByDutyId(Integer dutyId);
|
||||
|
||||
|
||||
List<Map<String,Object>> selectCetoryBydutyId(Integer dutyId);
|
||||
}
|
||||
@@ -1,7 +1,11 @@
|
||||
package com.chaozhanggui.system.cashierservice.dao;
|
||||
|
||||
import com.chaozhanggui.system.cashierservice.entity.TbUserInfo;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Component
|
||||
@Mapper
|
||||
public interface TbUserInfoMapper {
|
||||
int deleteByPrimaryKey(Integer id);
|
||||
|
||||
@@ -14,4 +18,6 @@ public interface TbUserInfoMapper {
|
||||
int updateByPrimaryKeySelective(TbUserInfo record);
|
||||
|
||||
int updateByPrimaryKey(TbUserInfo record);
|
||||
|
||||
TbUserInfo selectByCardNo(String cardNo);
|
||||
}
|
||||
Reference in New Issue
Block a user