|
@@ -14,6 +14,7 @@ import com.ym.mec.common.constant.CommonConstants;
|
|
import com.ym.mec.common.dal.BaseDAO;
|
|
import com.ym.mec.common.dal.BaseDAO;
|
|
import com.ym.mec.common.exception.BizException;
|
|
import com.ym.mec.common.exception.BizException;
|
|
import com.ym.mec.common.page.PageInfo;
|
|
import com.ym.mec.common.page.PageInfo;
|
|
|
|
+import com.ym.mec.common.page.QueryInfo;
|
|
import com.ym.mec.common.service.impl.BaseServiceImpl;
|
|
import com.ym.mec.common.service.impl.BaseServiceImpl;
|
|
import com.ym.mec.thirdparty.message.MessageSenderPluginContext;
|
|
import com.ym.mec.thirdparty.message.MessageSenderPluginContext;
|
|
import com.ym.mec.util.collection.MapUtil;
|
|
import com.ym.mec.util.collection.MapUtil;
|
|
@@ -264,7 +265,6 @@ public class CourseScheduleTeacherSalaryServiceImpl extends BaseServiceImpl<Long
|
|
trail = false;
|
|
trail = false;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
//如果上课日期在试用期内按80%结算
|
|
//如果上课日期在试用期内按80%结算
|
|
if(trail){
|
|
if(trail){
|
|
expectSalary = expectSalary.multiply(new BigDecimal("0.8"));
|
|
expectSalary = expectSalary.multiply(new BigDecimal("0.8"));
|
|
@@ -1479,4 +1479,9 @@ public class CourseScheduleTeacherSalaryServiceImpl extends BaseServiceImpl<Long
|
|
}
|
|
}
|
|
return result.get(0).get(target);
|
|
return result.get(0).get(target);
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ @Override
|
|
|
|
+ public void queryTeacherIncomeList(QueryInfo queryInfo) {
|
|
|
|
+
|
|
|
|
+ }
|
|
}
|
|
}
|