|
|
@ -105,6 +105,6 @@ public interface FinBillFileMapper extends BaseMapper<FinBillFile> { |
|
|
|
|
|
|
|
@Select("select * from fin_bill_file where billAppSid = #{sid} and attachType = '010'") |
|
|
|
List<FinBillFileVo> fetchzfxsjtBySid(String sid); |
|
|
|
@Select("select * from fin_bill_file where billAppSid = #{sid} and attachType = '008'") |
|
|
|
@Select("select * from fin_bill_file where billAppSid = #{sid} and attachType = '011'") |
|
|
|
List<FinBillFileVo> fetchcyyzzBySid(String sid); |
|
|
|
} |