...
|
...
|
@@ -13,6 +13,9 @@ import ( |
|
|
|
|
|
// 人资稽查-填写评估内容
|
|
|
func (srv *SummaryEvaluationService) EditEvaluationByHrCheck(param *command.EditEvaluationValue) (result interface{}, err error) {
|
|
|
if param.IsTemporary {
|
|
|
return
|
|
|
}
|
|
|
transactionContext, err := factory.CreateTransactionContext(nil)
|
|
|
if err != nil {
|
|
|
return nil, application.ThrowError(application.TRANSACTION_ERROR, err.Error())
|
...
|
...
|
|