liusheng
2024-08-02 57ae7faf87e490576141ff19727057d2f7ad1840
smartor/src/main/java/com/smartor/service/impl/PatMedOuthospServiceImpl.java
@@ -54,6 +54,7 @@
    public int insertPatMedOuthosp(PatMedOuthosp patMedOuthosp)
    {
        patMedOuthosp.setCreateTime(DateUtils.getNowDate());
        patMedOuthosp.setUpdateTime(DateUtils.getNowDate());
        return patMedOuthospMapper.insertPatMedOuthosp(patMedOuthosp);
    }